python312Packages.polyswarm-api: 3.9.0 -> 3.10.0 (#344115)

This commit is contained in:
Fabian Affolter 2024-09-24 08:51:32 +02:00 committed by GitHub
commit 99b70e6d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "polyswarm-api";
version = "3.9.0";
version = "3.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "polyswarm";
repo = "polyswarm-api";
rev = "refs/tags/${version}";
hash = "sha256-RjzB7S3qTCl6fo+qZ+mVCsQg6CLUnSwutNse5QPQOHU=";
hash = "sha256-3K0FdqsEjt5cTymgxmt0Ohud/+bsILe9bDclZXJqPV8=";
};
pythonRelaxDeps = [ "future" ];