about summary refs log tree commit diff
path: root/pkgs/applications/audio/picard
diff options
context:
space:
mode:
authorAlexander Tsamutali <astsmtl@yandex.ru>2022-01-14 05:10:48 +0300
committerAlexander Tsamutali <astsmtl@yandex.ru>2022-01-14 05:15:58 +0300
commita96ab38c279cd827c81100e5ce7064ed08967ae8 (patch)
tree4a13ad1f8f18050f6b06d46cff26db2bc7de52b1 /pkgs/applications/audio/picard
parent32e0d3743d79592b609fc3a4165693c8fcf885bd (diff)
picard: 2.6.4 -> 2.7.3
Diffstat (limited to 'pkgs/applications/audio/picard')
-rw-r--r--pkgs/applications/audio/picard/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix
index 0a7c28f3a637a..340ba32a53d54 100644
--- a/pkgs/applications/audio/picard/default.nix
+++ b/pkgs/applications/audio/picard/default.nix
@@ -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: