python311Packages.rokuecp: 0.19.3 -> 0.19.4

This commit is contained in:
R. Ryantm
2024-05-21 10:01:59 +00:00
parent f867779e2e
commit c23df6a70c
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.19.3";
version = "0.19.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = "refs/tags/${version}";
hash = "sha256-XMJ2V59E4SEVlEhgc1hstLmtzl1gxwCsq+4vmkL3CPM=";
hash = "sha256-GotVSRSMdbAtDmVEXNizf5Pf/02sva1R/6ULL6h7ciY=";
};
postPatch = ''