about summary refs log tree commit diff
path: root/pkgs/development/python-modules/apsw
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-27 02:14:06 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:56:32 +0100
commitc10568a10ae82cd503fd4c4bd354e28d5a454355 (patch)
tree0ae051864771926893ea29d9f91fb7576c892e71 /pkgs/development/python-modules/apsw
parentd45f4299d19731d52caf6619db45db446d55ff82 (diff)
python3Packages.apsw: 3.40.0.0 -> 3.40.1.0
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 f8fdf1612174f..db5e288165899 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.0.0";
+  version = "3.40.1.0";
   format = "setuptools";
 
   disabled = isPyPy;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "rogerbinns";
     repo = "apsw";
     rev = "refs/tags/${version}";
-    hash = "sha256-Bi2pW+8vFLcYnatlqsfnwqfCpV2cjannYaTqgIlfNNM=";
+    hash = "sha256-abZ2qoRV7oVvZtfe/GFbzBztBOWuFejb+fYFi1a0BL4=";
   };
 
   buildInputs = [