Unverified Commit f75026a9 authored by Florian Brandes's avatar Florian Brandes
Browse files

python3Packages.apsw: 3.39.3.0 -> 3.39.4.0

parent 0037582e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, sqlite
@@ -9,7 +8,7 @@

buildPythonPackage rec {
  pname = "apsw";
  version = "3.39.3.0";
  version = "3.39.4.0";
  format = "setuptools";

  disabled = isPyPy;
@@ -18,7 +17,7 @@ buildPythonPackage rec {
    owner = "rogerbinns";
    repo = "apsw";
    rev = "refs/tags/${version}";
    hash = "sha256-rUG6TXGdF+XaRTFn2luffYw+1EEChxtLgQx2Gn+7J6A=";
    hash = "sha256-vFPvevtAAEHG34G2ZPbETo/Erjem4G9r7xvkEoPBlLQ=";
  };

  buildInputs = [