python311Packages.acquire: 3.14 -> 3.15

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

Changelog: https://github.com/fox-it/acquire/releases/tag/3.15
This commit is contained in:
Fabian Affolter
2024-07-12 22:02:39 +02:00
parent 3e38148ab2
commit 6cc170e1bc
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.14";
version = "3.15";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "acquire";
rev = "refs/tags/${version}";
hash = "sha256-QW5+npgjrIzyI2hztFovA5s6TMzgCCEiZx9aZREmYII=";
hash = "sha256-+bA/6CW/1k9JfkXBk/JKXgOlrVHcMcKggzOAHyjdkX0=";
};
build-system = [