Unverified Commit 693a660f authored by Florian Brandes's avatar Florian Brandes
Browse files

python3Packages.apsw: 3.39.4.0 -> 3.40.0.0

parent 67e575c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [