about summary refs log tree commit diff
path: root/pkgs/development/python-modules/apsw
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2023-03-04 17:25:01 +0100
committerFlorian Brandes <florian.brandes@posteo.de>2023-03-04 23:32:12 +0100
commitb7e875648eef48776a2f8424d12a94820077ce33 (patch)
tree3954d093da35ab1230896849ecfa9d63b57bbd31 /pkgs/development/python-modules/apsw
parentaca2797c2a3c2af576c8d6034f37a1f7523398f9 (diff)
python3Packages.apsw: 3.40.0.0 -> 3.41.0.0
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Diffstat (limited to 'pkgs/development/python-modules/apsw')
-rw-r--r--pkgs/development/python-modules/apsw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/apsw/default.nix b/pkgs/development/python-modules/apsw/default.nix
index db5e288165899..4da1eea51c224 100644
--- a/pkgs/development/python-modules/apsw/default.nix
+++ b/pkgs/development/python-modules/apsw/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "apsw";
-  version = "3.40.1.0";
+  version = "3.41.0.0";
   format = "setuptools";
 
   disabled = isPyPy;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "rogerbinns";
     repo = "apsw";
     rev = "refs/tags/${version}";
-    hash = "sha256-abZ2qoRV7oVvZtfe/GFbzBztBOWuFejb+fYFi1a0BL4=";
+    hash = "sha256-U7NhC83wBaUONLsQbL+j9866u4zs58O6AQxwzS3e0qM=";
   };
 
   buildInputs = [