Merge pull request #272447 from mitya57/aiosql-9.1

python3Packages.aiosql: 9.0 → 9.1
This commit is contained in:
Yt 2023-12-19 03:34:12 +00:00 committed by GitHub
commit e254243903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiosql";
version = "9.0";
version = "9.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "nackjicholson";
repo = "aiosql";
rev = "refs/tags/${version}";
hash = "sha256-AwuZ3y/qAyZzffTG6mHLk0b+zFB9307VjAX8g1pvWto=";
hash = "sha256-xcrNnp3ZfWLbz+/77N3R5x7N2n7nPcw0khqaIeHn0+Y=";
};
sphinxRoot = "docs/source";
@ -48,6 +48,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "aiosql" ];
meta = with lib; {
description = "Simple SQL in Python";
homepage = "https://nackjicholson.github.io/aiosql/";