mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.aiosql: 12.2 -> 13.0
Diff: https://github.com/nackjicholson/aiosql/compare/refs/tags/12.2...13.0 Changelog: https://github.com/nackjicholson/aiosql/releases/tag/13.0
This commit is contained in:
parent
7ca460a72a
commit
9d038c3494
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiosql";
|
||||
version = "12.2";
|
||||
version = "13.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "nackjicholson";
|
||||
repo = "aiosql";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Ouk1bzoczkUeYG0JKOgleLuyu9ll2y17AN7gsUI3SRo=";
|
||||
hash = "sha256-WvYCMImLrQjaTrMgDrkF1fOUv/pxbwFHT+SwOZkTMl0=";
|
||||
};
|
||||
|
||||
sphinxRoot = "docs/source";
|
||||
|
Loading…
Reference in New Issue
Block a user