guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: picard: Update to 2.9.2.


From: guix-commits
Subject: 03/09: gnu: picard: Update to 2.9.2.
Date: Sat, 30 Sep 2023 05:35:14 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 371ddde311779cde4fee2c50362fbac417bb94b3
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Sep 27 20:07:19 2023 +0800

    gnu: picard: Update to 2.9.2.
    
    * gnu/packages/music.scm (picard): Update to 2.9.2.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a26719aec2..14894d8999 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3780,7 +3780,7 @@ event-based scripts for scrobbling, notifications, etc.")
 (define-public picard
   (package
     (name "picard")
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3788,7 +3788,7 @@ event-based scripts for scrobbling, notifications, etc.")
                     "picard/picard-" version ".tar.gz"))
               (sha256
                (base32
-                "1f1nf53xm94jam8w86a8hx69ilzddjibf29c7f1i353fr6k6bqvs"))))
+                "1gd4mypqcmpf8xnil1kqfv56znqg9pllvsj7fx8nq8jqaaw9cy6g"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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