python.pkgs.apsw: 3.30.1-r1 -> 3.32.2-r1

This commit is contained in:
Frederik Rietdijk 2020-06-11 14:09:51 +02:00
parent f49764d8b5
commit 2f72c426e1

View File

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "apsw";
version = "3.30.1-r1";
version = "3.32.2-r1";
disabled = isPyPy;
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "rogerbinns";
repo = "apsw";
rev = version;
sha256 = "1zp38gj44bmzfxxpvgd7nixkp8vs2fpl839ag8vrh9z70dax22f0";
sha256 = "0gwhcvklrgng8gg6in42h0aj2bsq522bhhs2pp3cqdrmypkjdm59";
};
buildInputs = [ sqlite ];