Unverified Commit a573bb2a authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

showtime: 47.0 -> 48.0 (#390850)

parents 139ce2a4 9860873d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

python3Packages.buildPythonApplication rec {
  pname = "showtime";
  version = "47.0";
  version = "48.0";
  pyproject = false;

  src = fetchFromGitLab {
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
    owner = "Incubator";
    repo = "showtime";
    rev = "refs/tags/${version}";
    hash = "sha256-Bnz+LFyvwSjkrbePmoVZZqy2pNLqiyJTsZsSuUyDy+E=";
    hash = "sha256-w6ERJNBw+YgPHfm24KKYFS6T4EKEguHOeron0ofLxIg=";
  };

  strictDeps = true;