guix-commits
[Top][All Lists]
Advanced

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

11/23: gnu: picard: Update to 2.11.


From: guix-commits
Subject: 11/23: gnu: picard: Update to 2.11.
Date: Mon, 5 Feb 2024 02:29:42 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 0e98b8bc3609cdf7129e652b6989b5910c358a8d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Jan 28 15:36:26 2024 +0800

    gnu: picard: Update to 2.11.
    
    * gnu/packages/music.scm (picard): Update to 2.11.
    
    Change-Id: I61c4563a09f195415f6a67f657e4f9061e2f4389
---
 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 cd06aeddda..4031bf9414 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3821,7 +3821,7 @@ event-based scripts for scrobbling, notifications, etc.")
 (define-public picard
   (package
     (name "picard")
-    (version "2.10")
+    (version "2.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3829,7 +3829,7 @@ event-based scripts for scrobbling, notifications, etc.")
                     "picard/picard-" version ".tar.gz"))
               (sha256
                (base32
-                "0f9rvif9m83jhal9n9x8kks17c0cgcipi1hjqmki7a296lz175ss"))))
+                "0ppq2n9jf8c8r8p9dkpcyipd2psr9hg0zbd5hcdsicili25336j4"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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