python3Packages.rokuecp: 0.14.1 -> 0.15.0

This commit is contained in:
Fabian Affolter 2022-03-01 19:45:15 +01:00 committed by Jonathan Ringer
parent 18bd82edcc
commit 7a9ee0a0ef

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.14.1";
version = "0.15.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = version;
hash = "sha256-K9R//xbyXaJ+AHmt42Fv40j43UkvKVyAFiXAq+P4mh8=";
hash = "sha256-yNmnCoHIBlpQCLd+YcsKCKd1wWh8WZNpILWmChZGWH4=";
};
nativeBuildInputs = [