Skip to content

Commit

Permalink
python311Packages.aiosql: 9.1 -> 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 14, 2024
1 parent f75c716 commit 6760859
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/python-modules/aiosql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "aiosql";
version = "9.1";
version = "9.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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";
Expand All @@ -48,7 +48,9 @@ buildPythonPackage rec {
pytestCheckHook
];

pythonImportsCheck = [ "aiosql" ];
pythonImportsCheck = [
"aiosql"
];

meta = with lib; {
description = "Simple SQL in Python";
Expand Down

0 comments on commit 6760859

Please sign in to comment.