Merge pull request #285065 from fabaff/rokuecp-bump

python311Packages.rokuecp: 0.18.2 -> 0.19.0
This commit is contained in:
Mario Rodas
2024-01-30 19:22:29 -05:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.18.2";
version = "0.19.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = "refs/tags/${version}";
hash = "sha256-fgnR3TZh+cHvC8qJnvwfrrtxCdEr89Uw8ciACzaQPYE=";
hash = "sha256-e7BY0Y2SdAtECKqOCUZfq7PcCR2bhQ4lESQD9jTaqpI=";
};
nativeBuildInputs = [