python313Packages.acquire: 3.19 -> 3.20

Diff: https://github.com/fox-it/acquire/compare/3.19...3.20

Changelog: https://github.com/fox-it/acquire/releases/tag/3.20

Changed files
+2 -2
pkgs
development
python-modules
acquire
+2 -2
pkgs/development/python-modules/acquire/default.nix
···
buildPythonPackage rec {
pname = "acquire";
-
version = "3.19";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "acquire";
tag = version;
-
hash = "sha256-0aqngfv2ZyVw1ymotz1PmXKUZeTHUVL9ICL6cyEn/wk=";
};
build-system = [
···
buildPythonPackage rec {
pname = "acquire";
+
version = "3.20";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "acquire";
tag = version;
+
hash = "sha256-BfY7LKSP82QnRz3QdfUNFvz7epw5RwGT/H2S43MSvVk=";
};
build-system = [