Merge pull request #280403 from r-ryantm/auto-update/rmview

rmview: 3.1.2 -> 3.1.3
This commit is contained in:
Weijia Wang 2024-01-19 08:09:28 +01:00 committed by GitHub
commit ce094c3f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "rmview";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "bordaigorl";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-oCF37WQqNIXut2k+xr528twGxwPoH/sQ2leThagQJAU=";
sha256 = "sha256-V26zmu8cQkLs0IMR7eFO8x34McnT3xYyzlZfntApYkk=";
};
nativeBuildInputs = with python3Packages; [ pyqt5 wrapQtAppsHook ];