python312Packages.restfly: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-01-17 23:37:57 +00:00
parent 3ca2cedac2
commit 249e072392
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "restfly";
version = "1.5.0";
version = "1.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -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 ];