From a15bea694477ee8c8aae5f0860bc67914608c110 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Aug 2024 09:47:10 +0200 Subject: [PATCH] python311Packages.typer-shell: 0.1.10 -> 0.1.11 Diff: https://github.com/FergusFettes/typer-shell/compare/refs/tags/v0.1.10...0.1.11 --- pkgs/development/python-modules/typer-shell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/typer-shell/default.nix b/pkgs/development/python-modules/typer-shell/default.nix index e38822f9039a5a4..bed80e598648355 100644 --- a/pkgs/development/python-modules/typer-shell/default.nix +++ b/pkgs/development/python-modules/typer-shell/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "typer-shell"; - version = "0.1.10"; + version = "0.1.11"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "FergusFettes"; repo = "typer-shell"; rev = "refs/tags/v${version}"; - hash = "sha256-Yr+TLEgIRy5hOAYWv9CnDVT3qm36Pzwsj60yFrzaXIQ="; + hash = "sha256-pxi4FGxDRMcW4q6h4lQzqGPLhdcfElMaR6aZV85h2Os="; }; pythonRelaxDeps = [