1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #326191 from fabaff/typer-shell-bump

python312Packages.typer-shell: 0.1.9 -> 0.1.10
This commit is contained in:
Fabian Affolter 2024-07-11 08:33:21 +02:00 committed by GitHub
commit 647a940883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "typer-shell";
version = "0.1.9";
version = "0.1.10";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "FergusFettes";
repo = "typer-shell";
rev = "refs/tags/v${version}";
hash = "sha256-y66Je9E0IWDuGrHtd1D8zP7E0EVfvrF3KOlA2dRFU+s=";
hash = "sha256-Yr+TLEgIRy5hOAYWv9CnDVT3qm36Pzwsj60yFrzaXIQ=";
};
pythonRelaxDeps = [