Merge pull request #203509 from gador/python-apsw-3.40.0.0

python3Packages.apsw: 3.39.4.0 -> 3.40.0.0
This commit is contained in:
Mario Rodas 2022-11-30 06:34:00 -05:00 committed by GitHub
commit 2fc2d838ed
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.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 = [