Merge pull request #295559 from r-ryantm/auto-update/python312Packages.rokuecp

python312Packages.rokuecp: 0.19.1 -> 0.19.2
This commit is contained in:
Nick Cao 2024-03-13 18:25:40 -04:00 committed by GitHub
commit a84802c710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.19.1";
version = "0.19.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = "refs/tags/${version}";
hash = "sha256-lBsfSiG1xSf+blNjQTLtTaG04ezE9eNVjqSAHVy57oY=";
hash = "sha256-L6uedckc2lEQ6CUlQGEyDhnuVsxRRgDQJUEsZTfm2sU=";
};
nativeBuildInputs = [