1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: picard: Update to 2.11.

* gnu/packages/music.scm (picard): Update to 2.11.

Change-Id: I61c4563a09f195415f6a67f657e4f9061e2f4389
This commit is contained in:
Hilton Chain 2024-01-28 15:36:26 +08:00
parent a792fc3710
commit 0e98b8bc36
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -3821,7 +3821,7 @@ event-based scripts for scrobbling, notifications, etc.")
(define-public picard (define-public picard
(package (package
(name "picard") (name "picard")
(version "2.10") (version "2.11")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3829,7 +3829,7 @@ event-based scripts for scrobbling, notifications, etc.")
"picard/picard-" version ".tar.gz")) "picard/picard-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0f9rvif9m83jhal9n9x8kks17c0cgcipi1hjqmki7a296lz175ss")))) "0ppq2n9jf8c8r8p9dkpcyipd2psr9hg0zbd5hcdsicili25336j4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list