Merge pull request #154974 from astsmtl/picard

picard: 2.6.4 -> 2.7.3
This commit is contained in:
Renaud 2022-01-19 19:05:47 +01:00 committed by GitHub
commit 82500ee3bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "picard";
version = "2.6.4";
version = "2.7.3";
src = fetchFromGitHub {
owner = "metabrainz";
repo = pname;
rev = "release-${version}";
sha256 = "0lm7s9jy7z4an3xxj3gnxxf2xx045i157qaxysbdhcq5lwlmznc7";
sha256 = "1f589nc2zxl9cjw0qh164z9sfq4xl052ihf2gn2dgr35g3ny16kh";
};
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]
@ -45,6 +45,9 @@ pythonPackages.buildPythonApplication rec {
fasteners
mutagen
pyqt5
markdown
pyjwt
pyyaml
];
# In order to spare double wrapping, we use: