Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.acquire: 3.4 -> 3.5

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

+2 -2
+2 -2
pkgs/development/python-modules/acquire/default.nix
··· 17 18 buildPythonPackage rec { 19 pname = "acquire"; 20 - version = "3.4"; 21 format = "pyproject"; 22 23 disabled = pythonOlder "3.7"; ··· 26 owner = "fox-it"; 27 repo = "acquire"; 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-VkO+XLIC/UQzvfLsgbKcx9i8OxTC6J32nkxPHWWn7m8="; 30 }; 31 32 SETUPTOOLS_SCM_PRETEND_VERSION = version;
··· 17 18 buildPythonPackage rec { 19 pname = "acquire"; 20 + version = "3.5"; 21 format = "pyproject"; 22 23 disabled = pythonOlder "3.7"; ··· 26 owner = "fox-it"; 27 repo = "acquire"; 28 rev = "refs/tags/${version}"; 29 + hash = "sha256-F0kKydFDL2XafK7A66qn3Ad/mGZU8x3UKtXtKpxHZqU="; 30 }; 31 32 SETUPTOOLS_SCM_PRETEND_VERSION = version;