mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python311Packages.aiosql: 9.2 -> 9.3
Diff: https://github.com/nackjicholson/aiosql/compare/refs/tags/9.2...9.3 Changelog: https://github.com/nackjicholson/aiosql/releases/tag/9.3
This commit is contained in:
parent
292d8dff13
commit
2780b940dc
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiosql";
|
||||
version = "9.2";
|
||||
version = "9.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "nackjicholson";
|
||||
repo = "aiosql";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-x8ndLVIYAmixH4Fc1DIC1CK8ChYIPZc3b5VFdpT7JO8=";
|
||||
hash = "sha256-7bCJykE+7/eA1h4L5MyH/zVPZVMt7cNLXZSWq+8mPtY=";
|
||||
};
|
||||
|
||||
sphinxRoot = "docs/source";
|
||||
|
Loading…
Reference in New Issue
Block a user