Skip to content

Commit

Permalink
python.pkgs.apsw: 3.30.1-r1 -> 3.32.2-r1
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f72c42)
  • Loading branch information
FRidh committed Jun 12, 2020
1 parent a6e8ffb commit db31e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/apsw/default.nix
Expand Up @@ -3,15 +3,15 @@

buildPythonPackage rec {
pname = "apsw";
version = "3.30.1-r1";
version = "3.32.2-r1";

disabled = isPyPy;

src = fetchFromGitHub {
owner = "rogerbinns";
repo = "apsw";
rev = version;
sha256 = "1zp38gj44bmzfxxpvgd7nixkp8vs2fpl839ag8vrh9z70dax22f0";
sha256 = "0gwhcvklrgng8gg6in42h0aj2bsq522bhhs2pp3cqdrmypkjdm59";
};

buildInputs = [ sqlite ];
Expand Down

0 comments on commit db31e48

Please sign in to comment.