python3Packages.rokuecp: 0.14.0 -> 0.14.1

This commit is contained in:
Fabian Affolter 2022-02-19 21:43:25 +01:00
parent 3dff038ace
commit bcc7629108

View file

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