python3Packages.acquire: 3.21 -> 3.22

This commit is contained in:
R. Ryantm
2026-06-25 15:38:36 +00:00
parent 51738c1bdc
commit ae81b5a03e
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.21";
version = "3.22";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "acquire";
tag = version;
hash = "sha256-CVwPMMQFGqvyxm5tK7JMEX8/dgiF25wwRNaLNfLLWto=";
hash = "sha256-CtzVHnQALqA5D0wJQ74lAw9HunVFZEkKvij6RQaQrBE=";
};
build-system = [