python312Packages.acquire: 3.16 -> 3.17 (#357058)

This commit is contained in:
OTABI Tomoya 2024-11-19 22:12:42 +09:00 committed by GitHub
commit a9f74d6f77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.16";
version = "3.17";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "acquire";
rev = "refs/tags/${version}";
hash = "sha256-wurnYHvzN5KfpikempYeztR9hkvGfRjR6M3tch6qFo4=";
hash = "sha256-Ii19VnLLq+UGH0bkyUbLzHqZpJOXffIGeP4VZ9QG7D0=";
};
build-system = [