We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4e349 commit 5808295Copy full SHA for 5808295
pkgs/development/python-modules/fyta-cli/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "fyta-cli";
12
- version = "0.5.0";
+ version = "0.5.1";
13
pyproject = true;
14
15
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "dontinelli";
19
repo = "fyta_cli";
20
rev = "refs/tags/v${version}";
21
- hash = "sha256-v89rgchfrPa0gOCBLOUK+BalnfpXD1Yt877WuBbkH3Y=";
+ hash = "sha256-V6yf5XFPPePQkRKyH6pyVFDsviYjnIs9g+PavCTDiZo=";
22
};
23
24
build-system = [ hatchling ];
0 commit comments