python310Packages.rokuecp: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm 2023-02-19 09:25:17 +00:00
parent 03057aa1fd
commit d6865fa8f5

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.17.0";
version = "0.17.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,8 +25,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ctalkington";
repo = "python-rokuecp";
rev = version;
hash = "sha256-M4eZzFphhc96Pf1bspD+Hvl9SUN1N72xnxdtVFiPc78=";
rev = "refs/tags/${version}";
hash = "sha256-3GHG4FBGMiF5kNk2gl05xiX9+5tcrUyi4SUCXTa6Qco=";
};
nativeBuildInputs = [