python3Packages.apsw: 3.39.3.0 -> 3.39.4.0

https://rogerbinns.github.io/apsw/changes.html

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-10-30 14:51:01 +01:00
parent 0037582e85
commit f75026a937
No known key found for this signature in database
GPG Key ID: 074048E893713170

View File

@ -1,5 +1,4 @@
{ 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 = [