Merge pull request #180969 from fabaff/rokuecp-bump

python310Packages.rokuecp: 0.16.0 -> 0.17.0
This commit is contained in:
Fabian Affolter 2022-07-10 22:49:14 +02:00 committed by GitHub
commit 4414c7aefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.16.0";
version = "0.17.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = version;
hash = "sha256-MeugjIZorwO8d0Yb7bthI6f4NNo6GX9JrRbxrVSdWv0=";
hash = "sha256-M4eZzFphhc96Pf1bspD+Hvl9SUN1N72xnxdtVFiPc78=";
};
nativeBuildInputs = [