python3Packages.aiosql: 13.3 -> 13.4

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

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
aiosql
+3 -3
pkgs/development/python-modules/aiosql/default.nix
···
buildPythonPackage rec {
pname = "aiosql";
-
version = "13.3";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "nackjicholson";
repo = "aiosql";
tag = version;
-
hash = "sha256-FCCS91nH/HPhez+bJE7+JoFW4hKkXMdY4bAaEOZ06jU=";
};
sphinxRoot = "docs/source";
···
meta = with lib; {
description = "Simple SQL in Python";
homepage = "https://nackjicholson.github.io/aiosql/";
-
changelog = "https://github.com/nackjicholson/aiosql/releases/tag/${version}";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ kaction ];
};
···
buildPythonPackage rec {
pname = "aiosql";
+
version = "13.4";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "nackjicholson";
repo = "aiosql";
tag = version;
+
hash = "sha256-a3pRzcDMXdaDs0ub6k5bPRwnk+RCbxZ7ceIt8/fMSPg=";
};
sphinxRoot = "docs/source";
···
meta = with lib; {
description = "Simple SQL in Python";
homepage = "https://nackjicholson.github.io/aiosql/";
+
changelog = "https://github.com/nackjicholson/aiosql/releases/tag/${src.tag}";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ kaction ];
};