Commit ae3a3139 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.acquire: 3.9 -> 3.10

Diff: fox-it/acquire@refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/acquire/releases/tag/3.10
parent 0fd5ff65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "acquire";
  version = "3.9";
  version = "3.10";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "acquire";
    rev = "refs/tags/${version}";
    hash = "sha256-ppkfnPJEvCImTA0+NjYD8r6SHcx9eBN9GBvo0IZYcjY=";
    hash = "sha256-8fvVK/mH+pgPaaxNKvKOw1qU0ElWAmNVP6YAqvBTwio=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;