mnemosyne: 2.7.1 -> 2.7.2

This commit is contained in:
R. RyanTM 2020-07-25 12:33:04 +00:00 committed by Jon
parent f2322d5ce4
commit 3a49eaa77c
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
python.pkgs.buildPythonApplication rec {
pname = "mnemosyne";
version = "2.7.1";
version = "2.7.2";
src = fetchurl {
url = "mirror://sourceforge/project/mnemosyne-proj/mnemosyne/mnemosyne-${version}/Mnemosyne-${version}.tar.gz";
sha256 = "0dhvg9cxc6m6kzk75h363h1g0bl80cqz11cijh0zpz9f4w6lnqsq";
sha256 = "09yp9zc00xrc9dmjbsscnkb3hsv3yj46sxikc0r6s9cbghn3nypy";
};
nativeBuildInputs = with python.pkgs; [ pyqtwebengine.wrapQtAppsHook ];