guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: picard: Update to 2.12.2.


From: guix-commits
Subject: 05/06: gnu: picard: Update to 2.12.2.
Date: Thu, 19 Sep 2024 13:22:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a94325019e820f3345a1f82c04fd00a99d5bbba4
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Sep 1 23:39:19 2024 +0800

    gnu: picard: Update to 2.12.2.
    
    * gnu/packages/music.scm (picard): Update to 2.12.2.
    [inputs]: Add python-charset-normalizer-3.
    
    Change-Id: I4dd177118e7f5a13ff8b6da941d62d52777e32c4
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 075b1bd35d..7fa94b6e14 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3989,7 +3989,7 @@ event-based scripts for scrobbling, notifications, etc.")
 (define-public picard
   (package
     (name "picard")
-    (version "2.11")
+    (version "2.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3997,7 +3997,7 @@ event-based scripts for scrobbling, notifications, etc.")
                     "picard/picard-" version ".tar.gz"))
               (sha256
                (base32
-                "0ppq2n9jf8c8r8p9dkpcyipd2psr9hg0zbd5hcdsicili25336j4"))))
+                "01244105zy1f1g22ivhx9pjd1acqbkycfr9r44h70jyml5abc7z5"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -4023,6 +4023,7 @@ event-based scripts for scrobbling, notifications, etc.")
      (list gettext-minimal python-dateutil))
     (inputs
      (list chromaprint
+           python-charset-normalizer-3
            python-discid
            python-pyqt
            python-mutagen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]