Fabian Affolter 2025-08-13 11:34:19 +02:00
parent ad911115b2
commit 68b09ca7f3

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiosql";
version = "13.3";
version = "13.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "nackjicholson";
repo = "aiosql";
tag = version;
hash = "sha256-FCCS91nH/HPhez+bJE7+JoFW4hKkXMdY4bAaEOZ06jU=";
hash = "sha256-a3pRzcDMXdaDs0ub6k5bPRwnk+RCbxZ7ceIt8/fMSPg=";
};
sphinxRoot = "docs/source";