python3Packages.apsw: 3.45.1.0 -> 3.45.2.0

https://github.com/rogerbinns/apsw/releases/tag/3.45.2.0
Fixes build (tests) after sqlite update in PR #295538
This commit is contained in:
Vladimír Čunát 2024-03-28 11:45:21 +01:00
parent d7d6471a69
commit 6ee3a444b9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "apsw";
version = "3.45.1.0";
version = "3.45.2.0";
format = "setuptools";
disabled = isPyPy;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "rogerbinns";
repo = "apsw";
rev = "refs/tags/${version}";
hash = "sha256-NkpkciLR2TgfK/7UQHEzvQu8qRj4UJyOlGQbiV23qrc=";
hash = "sha256-tTi3/10W4OoGH6PQVhvPWc5o09on5BZrWoAvrfh4C/E=";
};
buildInputs = [