Skip to content

Commit

Permalink
python312Packages.restfly: 1.5.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 17, 2025
1 parent 3ca2ced commit 249e072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/restfly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "restfly";
version = "1.5.0";
version = "1.5.1";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "stevemcgrath";
repo = "restfly";
tag = version;
hash = "sha256-Zdn/hUvAZ9TaAWyDpNiEiA9mYDbWmiXBUa+IV/g8n2M=";
hash = "sha256-hHNsOFu2b4sb9zbdWVTwoU1HShLFqC+Q9/PJcEqu7Hg=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 249e072

Please sign in to comment.