python3Packages.apsw: 3.40.0.0 -> 3.41.0.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2023-03-04 17:25:01 +01:00
parent aca2797c2a
commit b7e875648e

View file

@ -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 = [