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

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/apsw/default.nix
···
buildPythonPackage rec {
pname = "apsw";
-
version = "3.45.1.0";
format = "setuptools";
disabled = isPyPy;
···
owner = "rogerbinns";
repo = "apsw";
rev = "refs/tags/${version}";
-
hash = "sha256-NkpkciLR2TgfK/7UQHEzvQu8qRj4UJyOlGQbiV23qrc=";
};
buildInputs = [
···
buildPythonPackage rec {
pname = "apsw";
+
version = "3.45.2.0";
format = "setuptools";
disabled = isPyPy;
···
owner = "rogerbinns";
repo = "apsw";
rev = "refs/tags/${version}";
+
hash = "sha256-tTi3/10W4OoGH6PQVhvPWc5o09on5BZrWoAvrfh4C/E=";
};
buildInputs = [