Skip to content

Commit

Permalink
Merge pull request #334428 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.fyta-cli

python312Packages.fyta-cli: 0.5.0 -> 0.5.1
  • Loading branch information
dotlambda authored Aug 13, 2024
2 parents 1ceb2c4 + 5808295 commit 7366848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fyta-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "fyta-cli";
version = "0.5.0";
version = "0.5.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "fyta_cli";
rev = "refs/tags/v${version}";
hash = "sha256-v89rgchfrPa0gOCBLOUK+BalnfpXD1Yt877WuBbkH3Y=";
hash = "sha256-V6yf5XFPPePQkRKyH6pyVFDsviYjnIs9g+PavCTDiZo=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 7366848

Please sign in to comment.