Unverified Commit ac7445e7 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

rmview: 3.1.1 -> 3.1.2 (#209463)

parent e6511f55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "rmview";
  version = "3.1.1";
  version = "3.1.2";

  src = fetchFromGitHub {
    owner = "bordaigorl";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-lUzmOayMHftvCukXSxXr6tBzrr2vaua1ey9gsuCKOBc=";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-oCF37WQqNIXut2k+xr528twGxwPoH/sQ2leThagQJAU=";
  };

  nativeBuildInputs = with python3Packages; [ pyqt5 wrapQtAppsHook ];