Commit d1902fde authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.rokuecp: 0.19.0 -> 0.19.1

parent d176767c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "rokuecp";
  version = "0.19.0";
  version = "0.19.1";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "ctalkington";
    repo = "python-rokuecp";
    rev = "refs/tags/${version}";
    hash = "sha256-e7BY0Y2SdAtECKqOCUZfq7PcCR2bhQ4lESQD9jTaqpI=";
    hash = "sha256-lBsfSiG1xSf+blNjQTLtTaG04ezE9eNVjqSAHVy57oY=";
  };

  nativeBuildInputs = [