Fabian Affolter
2025-05-21 09:27:16 +02:00
parent 9e60293a4c
commit e211f788a6
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiokem";
version = "0.5.10";
version = "0.5.11";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "kohlerlibs";
repo = "aiokem";
tag = "v${version}";
hash = "sha256-C9px2Gooh6Ob3rGGhKtRdScuA+PCU93xDvOjk7+q3e8=";
hash = "sha256-1fBGmsp6DoDP1EUjp2tfWT3nTux0/2iiC6x/LxrCrd8=";
};
build-system = [ setuptools ];