Merge pull request #280980 from fabaff/aiosql-bump

python311Packages.aiosql: 9.1 -> 9.2
This commit is contained in:
Nick Cao 2024-01-15 10:29:19 -05:00 committed by GitHub
commit 6b3e8df520
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.1";
version = "9.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "nackjicholson";
repo = "aiosql";
rev = "refs/tags/${version}";
hash = "sha256-xcrNnp3ZfWLbz+/77N3R5x7N2n7nPcw0khqaIeHn0+Y=";
hash = "sha256-x8ndLVIYAmixH4Fc1DIC1CK8ChYIPZc3b5VFdpT7JO8=";
};
sphinxRoot = "docs/source";
@ -48,7 +48,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "aiosql" ];
pythonImportsCheck = [
"aiosql"
];
meta = with lib; {
description = "Simple SQL in Python";