Merge pull request #334484 from r-ryantm/auto-update/python312Packages.apsw

python312Packages.apsw: 3.46.0.1 -> 3.46.1.0
This commit is contained in:
Florian 2024-08-14 08:21:00 +02:00 committed by GitHub
commit 7ae88ec0f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];