mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
python.pkgs.apsw: 3.30.1-r1 -> 3.32.2-r1
This commit is contained in:
parent
f49764d8b5
commit
2f72c426e1
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user