python3Packages.aiosql: 13.3 -> 13.4

https://github.com/nackjicholson/aiosql/releases/tag/13.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:54 +02:00
parent d61ead1d7c
commit cda9903ed1
@@ -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";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple SQL in Python";
homepage = "https://nackjicholson.github.io/aiosql/";
changelog = "https://github.com/nackjicholson/aiosql/releases/tag/${version}";
changelog = "https://github.com/nackjicholson/aiosql/releases/tag/${src.tag}";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ kaction ];
};