python3Packages.aiosql: 13.4 -> 14.1

Also drop check for Python version: we don’t have anything older than
Python 3.10 anyway (thanks dotlambda for the suggestion).
This commit is contained in:
Dmitry Shachnev
2025-12-09 22:05:01 +03:00
parent 0769e3e75f
commit c14f32e46d
@@ -14,11 +14,9 @@
buildPythonPackage rec {
pname = "aiosql";
version = "13.4";
version = "14.1";
pyproject = true;
disabled = pythonOlder "3.8";
outputs = [
"doc"
"out"
@@ -28,7 +26,7 @@ buildPythonPackage rec {
owner = "nackjicholson";
repo = "aiosql";
tag = version;
hash = "sha256-a3pRzcDMXdaDs0ub6k5bPRwnk+RCbxZ7ceIt8/fMSPg=";
hash = "sha256-BNsjVVyYRfp3sNdzQwHy9nQveP2AHfXGK10DLybat9I=";
};
sphinxRoot = "docs/source";