python313Packages.acquire: 3.20.1 -> 3.21

Diff: https://github.com/fox-it/acquire/compare/3.20.1...3.21

Changelog: https://github.com/fox-it/acquire/releases/tag/3.21
This commit is contained in:
Fabian Affolter
2025-11-27 20:18:08 +01:00
parent 666d8b4b86
commit 6a9326f2c4
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.20.1";
version = "3.21";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "acquire";
tag = version;
hash = "sha256-QX7rPoJJqBPdvN2LzSBw8kGDSsIHLm65TJ0uXuhwB4Q=";
hash = "sha256-CVwPMMQFGqvyxm5tK7JMEX8/dgiF25wwRNaLNfLLWto=";
};
build-system = [