about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-03-08 11:17:33 +0900
committerGitHub <noreply@github.com>2024-03-08 11:17:33 +0900
commit83bfe406db44f485611e73f5e3864bbe6b1fa79d (patch)
tree819a23c856cb41fabdea70b5ee544631c0ce95b1
parent434df3c94b413ea1bd2f7310c7b821356f9edaf4 (diff)
parentc9306942e477c34973a1ac818a0ae9b7811bffde (diff)
Merge pull request #294158 from r-ryantm/auto-update/python311Packages.acquire
python311Packages.acquire: 3.12 -> 3.13
-rw-r--r--pkgs/development/python-modules/acquire/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/acquire/default.nix b/pkgs/development/python-modules/acquire/default.nix
index c2c4e125e3287..555a60412bf45 100644
--- a/pkgs/development/python-modules/acquire/default.nix
+++ b/pkgs/development/python-modules/acquire/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "acquire";
-  version = "3.12";
+  version = "3.13";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "fox-it";
     repo = "acquire";
     rev = "refs/tags/${version}";
-    hash = "sha256-anRNCnLDKHAEfOWi6m1n4R9lvFTlZgw5xxh39exvzH0=";
+    hash = "sha256-Z85bHM3MtS2MLX9BaKi8VqA13QjO9KdrgqhuyBzjILQ=";
   };
 
   nativeBuildInputs = [