python312Packages.acquire: 3.16 -> 3.17

Diff: https://github.com/fox-it/acquire/compare/refs/tags/3.16...3.17

Changelog: https://github.com/fox-it/acquire/releases/tag/3.17
This commit is contained in:
Fabian Affolter 2024-11-18 20:37:08 +01:00
parent 2a6911efca
commit e527515209

View File

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