Skip to content

Commit

Permalink
python311Packages.typer-shell: 0.1.10 -> 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 29, 2024
1 parent 4a57009 commit a15bea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/typer-shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "typer-shell";
version = "0.1.10";
version = "0.1.11";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "FergusFettes";
repo = "typer-shell";
rev = "refs/tags/v${version}";
hash = "sha256-Yr+TLEgIRy5hOAYWv9CnDVT3qm36Pzwsj60yFrzaXIQ=";
hash = "sha256-pxi4FGxDRMcW4q6h4lQzqGPLhdcfElMaR6aZV85h2Os=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit a15bea6

Please sign in to comment.