Merge pull request #313357 from r-ryantm/auto-update/python311Packages.rokuecp

python311Packages.rokuecp: 0.19.3 -> 0.19.4
This commit is contained in:
Fabian Affolter
2024-05-21 15:34:31 +02:00
committed by GitHub
@@ -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 = ''