python312Packages.aiosql: 10.4 -> 12.0
Changelog: https://github.com/nackjicholson/aiosql/releases/tag/12.0
This commit is contained in:
committed by
Martin Weinelt
parent
a920d3a0d4
commit
d4db9cd7df
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiosql";
|
||||
version = "10.4";
|
||||
version = "12.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "nackjicholson";
|
||||
repo = "aiosql";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-TETZxIbC7pdak3m1rBwDg7L1yah/bin6iOZD/uANh48=";
|
||||
hash = "sha256-bWe2gbiAtb09LlHwUgZltx35c92FdPQIm1tV/Qzoeis=";
|
||||
};
|
||||
|
||||
sphinxRoot = "docs/source";
|
||||
|
||||
Reference in New Issue
Block a user