[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: picard: Update to 2.10.
From: |
guix-commits |
Subject: |
08/11: gnu: picard: Update to 2.10. |
Date: |
Wed, 25 Oct 2023 06:01:44 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 50fa8bd0a31a992fe19b39f06c0662c58418153a
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Oct 13 20:34:09 2023 +0800
gnu: picard: Update to 2.10.
* gnu/packages/music.scm (picard): Update to 2.10.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 9b4088f077..b181c86b45 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.2")
+ (version "2.10")
(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
- "1gd4mypqcmpf8xnil1kqfv56znqg9pllvsj7fx8nq8jqaaw9cy6g"))))
+ "0f9rvif9m83jhal9n9x8kks17c0cgcipi1hjqmki7a296lz175ss"))))
(build-system python-build-system)
(arguments
(list
- branch master updated (e0b94a4d27 -> c6d2bb9d0a), guix-commits, 2023/10/25
- 01/11: gnu: guile-dsv: Update to 0.7.1., guix-commits, 2023/10/25
- 03/11: gnu: diffoscope: Update to 251., guix-commits, 2023/10/25
- 04/11: gnu: curlie: Update to 1.7.2., guix-commits, 2023/10/25
- 02/11: gnu: mympd: Update to 12.1.1., guix-commits, 2023/10/25
- 08/11: gnu: picard: Update to 2.10.,
guix-commits <=
- 10/11: gnu: lighttpd: Update to 1.4.72., guix-commits, 2023/10/25
- 05/11: gnu: hplip: Fix USB timeouts., guix-commits, 2023/10/25
- 06/11: gnu: emacs-exwm: Update to 0.28., guix-commits, 2023/10/25
- 07/11: gnu: emacs-doom-modeline: Update to 4.0.1., guix-commits, 2023/10/25
- 09/11: gnu: python-versioneer: Update to 0.29., guix-commits, 2023/10/25
- 11/11: gnu: gnuplot: Update to 5.4.9., guix-commits, 2023/10/25