* [bug#65337] [PATCH] gnu: picard: Update to 2.9.1.
@ 2023-08-16 9:35 Hilton Chain via Guix-patches via
2023-08-27 4:06 ` bug#65337: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-16 9:35 UTC (permalink / raw)
To: 65337; +Cc: Hilton Chain
* gnu/packages/music.scm (picard): Update to 2.9.1.
[url]: Switch mirror.
[#:phases]: Add phase 'set-HOME.
Remove phase 'delete-failing-test.
---
gnu/packages/music.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8681bb1c10..266022d4a8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3780,15 +3780,15 @@ (define-public pianobar
(define-public picard
(package
(name "picard")
- (version "2.9")
+ (version "2.9.1")
(source (origin
(method url-fetch)
(uri (string-append
- "https://musicbrainz.osuosl.org/pub/musicbrainz/"
+ "https://data.musicbrainz.org/pub/musicbrainz/"
"picard/picard-" version ".tar.gz"))
(sha256
(base32
- "0afiziaq49sq1dx5r3qis4ymhhkrqlrkfnb6f7gcksj0kwljvsw9"))))
+ "1f1nf53xm94jam8w86a8hx69ilzddjibf29c7f1i353fr6k6bqvs"))))
(build-system python-build-system)
(arguments
(list
@@ -3806,12 +3806,10 @@ (define-public picard
(string-append
"pyfpcalc', '"
(assoc-ref inputs "chromaprint") "/bin/fpcalc")))))
- (add-before 'check 'delete-failing-test
+ ;; pipe tests require writable $HOME.
+ (add-before 'check 'set-HOME
(lambda _
- ;; FIXME: This test fails in build environment.
- ;; util/pipe.read_from_pipe:244: pipe reader exception:
- ;; ERROR: Pipe doesn't exist
- (delete-file "test/test_util_pipe.py"))))))
+ (setenv "HOME" "/tmp"))))))
(native-inputs
(list gettext-minimal python-dateutil))
(inputs
base-commit: 603db2ad71deef6c88e71ec53e5626c1d965fe46
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#65337: [PATCH] gnu: picard: Update to 2.9.1.
2023-08-16 9:35 [bug#65337] [PATCH] gnu: picard: Update to 2.9.1 Hilton Chain via Guix-patches via
@ 2023-08-27 4:06 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-27 4:06 UTC (permalink / raw)
To: 65337-done; +Cc: Hilton Chain
On Wed, 16 Aug 2023 17:35:54 +0800,
Hilton Chain wrote:
>
> * gnu/packages/music.scm (picard): Update to 2.9.1.
> [url]: Switch mirror.
> [#:phases]: Add phase 'set-HOME.
> Remove phase 'delete-failing-test.
> ---
Applied as 0ba7debb02ebcc9c27659b1f5af7d12c36474985, closing.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-27 4:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 9:35 [bug#65337] [PATCH] gnu: picard: Update to 2.9.1 Hilton Chain via Guix-patches via
2023-08-27 4:06 ` bug#65337: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.