python312Packages.apsw: 3.46.0.1 -> 3.46.1.0

This commit is contained in:
R. Ryantm 2024-08-13 21:50:51 +00:00
parent 1967487244
commit 8f416800f6

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "apsw";
version = "3.46.0.1";
version = "3.46.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "rogerbinns";
repo = "apsw";
rev = "refs/tags/${version}";
hash = "sha256-GcfHkK4TCHPA2K6ymXtpCwNUCCUq0vq98UjYGGwn588=";
hash = "sha256-/MMCwdd2juFbv/lrYwuO2mdWm0+v+YFn6h9CwdQMTpg=";
};
build-system = [ setuptools ];