python3Packages.apsw: 3.40.0.0 -> 3.40.1.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:06 +01:00
parent d45f4299d1
commit c10568a10a

View File

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