python313Packages.polyswarm-api: 3.14.0 -> 3.14.1

Diff: https://github.com/polyswarm/polyswarm-api/compare/3.14.0...3.14.1

Changelog: https://github.com/polyswarm/polyswarm-api/releases/tag/3.14.1
This commit is contained in:
Fabian Affolter
2025-12-25 12:04:31 +01:00
parent 8a27b2ba0e
commit 1cdccd658b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "polyswarm-api";
version = "3.14.0";
version = "3.14.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "polyswarm";
repo = "polyswarm-api";
tag = version;
hash = "sha256-hf3TKUYkCgKqJYAQLMamcwDBl4uJG/8Gtv/DNHePcZI=";
hash = "sha256-PCAdCM9R8hcf4SYm0scibP4xl769vlMl2jUFWaFBEYI=";
};
build-system = [ setuptools ];