python313Packages.aiokem: 0.5.10 -> 0.5.11 (#409315)

This commit is contained in:
dotlambda
2025-05-21 08:08:11 -07:00
committed by GitHub
@@ -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 ];