Picard: 2.6.2 -> 2.6.3

This commit is contained in:
Payas Relekar 2021-06-08 21:16:39 +05:30
parent c2d2360d14
commit d8e656dbcf

View file

@ -18,13 +18,13 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "picard";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "metabrainz";
repo = pname;
rev = "release-${version}";
sha256 = "1dhkdzc3601rhg8pqljbv3dz7j0mx75brpfhlizhgwgv65qk3ifj";
sha256 = "sha256-bSqGgRXqHGjT+OYCEafsT/btVe+n91+L0kB8fnrywss=";
};
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]