python313Packages.rokuecp: 0.19.4 -> 0.19.5 (#416615)

This commit is contained in:
Fabian Affolter
2025-06-14 19:33:11 +02:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.19.4";
version = "0.19.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
tag = version;
hash = "sha256-GotVSRSMdbAtDmVEXNizf5Pf/02sva1R/6ULL6h7ciY=";
hash = "sha256-HPJORJQ/LqWCpywiZmwFXKKFRE8V9kG5iDrbzPX2YVg=";
};
postPatch = ''