python3Packages.apsw: 3.41.0 -> 3.42.0 (#233027)

This commit is contained in:
Florian 2023-06-04 17:03:00 +02:00 committed by GitHub
parent 46f30a032e
commit 7da2405192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "apsw";
version = "3.41.0.0";
version = "3.42.0.0";
format = "setuptools";
disabled = isPyPy;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "rogerbinns";
repo = "apsw";
rev = "refs/tags/${version}";
hash = "sha256-U7NhC83wBaUONLsQbL+j9866u4zs58O6AQxwzS3e0qM=";
hash = "sha256-pLkYTyf2BGRLs4bChb+eo2i5gRRUUJDFyfCBTSJ1RkQ=";
};
buildInputs = [