python311Packages.acquire: 3.13 -> 3.14

Diff: https://github.com/fox-it/acquire/compare/refs/tags/3.13...3.14

Changelog: https://github.com/fox-it/acquire/releases/tag/3.14
This commit is contained in:
Fabian Affolter 2024-05-08 00:13:41 +02:00
parent f05c55827a
commit ffdac2fe02

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.13";
version = "3.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "acquire";
rev = "refs/tags/${version}";
hash = "sha256-Z85bHM3MtS2MLX9BaKi8VqA13QjO9KdrgqhuyBzjILQ=";
hash = "sha256-QW5+npgjrIzyI2hztFovA5s6TMzgCCEiZx9aZREmYII=";
};
nativeBuildInputs = [