python3Packages.apsw: 3.39.4.0 -> 3.40.0.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-11-28 21:30:24 +01:00
parent 67e575c5a7
commit 693a660f07
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "apsw";
version = "3.39.4.0";
version = "3.40.0.0";
format = "setuptools";
disabled = isPyPy;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "rogerbinns";
repo = "apsw";
rev = "refs/tags/${version}";
hash = "sha256-vFPvevtAAEHG34G2ZPbETo/Erjem4G9r7xvkEoPBlLQ=";
hash = "sha256-Bi2pW+8vFLcYnatlqsfnwqfCpV2cjannYaTqgIlfNNM=";
};
buildInputs = [