mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python312Packages.aiosql: 10.1 -> 10.2
Diff: https://github.com/nackjicholson/aiosql/compare/refs/tags/10.1...10.2 Changelog: https://github.com/nackjicholson/aiosql/releases/tag/10.2
This commit is contained in:
parent
c06dbd0faa
commit
2983422778
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiosql";
|
||||
version = "10.1";
|
||||
version = "10.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "nackjicholson";
|
||||
repo = "aiosql";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-KlDwvoU0GYCN+ZCp4pp557qf9ChceS4NeA0Yiq+g3YQ=";
|
||||
hash = "sha256-o88pKxvK7fT+ocemiY58yA6fTmgg8+QsztHU3OvcDAo=";
|
||||
};
|
||||
|
||||
sphinxRoot = "docs/source";
|
||||
|
Loading…
Reference in New Issue
Block a user