Commit 9860873d authored by R. RyanTM's avatar R. RyanTM
Browse files

showtime: 47.0 -> 48.0

parent 7bff569c
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;