Skip to content

Commit 7366848

Browse files
authored
Merge pull request NixOS#334428 from r-ryantm/auto-update/python312Packages.fyta-cli
python312Packages.fyta-cli: 0.5.0 -> 0.5.1
2 parents 1ceb2c4 + 5808295 commit 7366848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/fyta-cli/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "fyta-cli";
12-
version = "0.5.0";
12+
version = "0.5.1";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "dontinelli";
1919
repo = "fyta_cli";
2020
rev = "refs/tags/v${version}";
21-
hash = "sha256-v89rgchfrPa0gOCBLOUK+BalnfpXD1Yt877WuBbkH3Y=";
21+
hash = "sha256-V6yf5XFPPePQkRKyH6pyVFDsviYjnIs9g+PavCTDiZo=";
2222
};
2323

2424
build-system = [ hatchling ];

0 commit comments

Comments
 (0)