Unverified Commit b6053bd3 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

octoprint: 1.11.5 -> 1.11.6 (#488238)

parents fc67a0dd 5049f056
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -92,14 +92,14 @@ let
      (self: super: {
        octoprint = self.buildPythonPackage rec {
          pname = "OctoPrint";
          version = "1.11.5";
          version = "1.11.6";
          format = "setuptools";

          src = fetchFromGitHub {
            owner = "OctoPrint";
            repo = "OctoPrint";
            rev = version;
            hash = "sha256-mGEKmmtLOYwqx8ezienZz6aaEmYGJkKKuyenq4rqarg=";
            hash = "sha256-iCxxfW5mPYoOfdsBxeAp+kUFU9hMHq+2RcGekITyMFI=";
          };

          propagatedBuildInputs =
@@ -160,6 +160,7 @@ let
          nativeCheckInputs = with self; [
            ddt
            mock
            time-machine
            pytestCheckHook
          ];