picard: 2.4.2 -> 2.4.4

This commit is contained in:
Charlotte Van Petegem 2020-09-24 10:12:47 +02:00 committed by ehmry
parent 882b95802f
commit 2165e5a4a1

View file

@ -12,13 +12,13 @@ let
;
in pythonPackages.buildPythonApplication rec {
pname = "picard";
version = "2.4.2";
version = "2.4.4";
src = fetchFromGitHub {
owner = "metabrainz";
repo = pname;
rev = "release-${version}";
sha256 = "0sbccsisk9w0gnblvhg7wk1c5ydppldjbvaa0zhl3yrid5a363ah";
sha256 = "0iw2v37j70881v0a2rjp2miq97nscq04x1ysk1dqmi1b9hi0y17q";
};
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]