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