mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
python3Packages.aiokem: 0.5.11 -> 0.5.12
This commit is contained in:
parent
f9969bf7f6
commit
f86a47b15d
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiokem";
|
pname = "aiokem";
|
||||||
version = "0.5.11";
|
version = "0.5.12";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.12";
|
disabled = pythonOlder "3.12";
|
||||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
owner = "kohlerlibs";
|
owner = "kohlerlibs";
|
||||||
repo = "aiokem";
|
repo = "aiokem";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-1fBGmsp6DoDP1EUjp2tfWT3nTux0/2iiC6x/LxrCrd8=";
|
hash = "sha256-/NbPKN47aSfM7SllP04fHXV2fr+QQRr1x6NfbpeTfzc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue