[PATCH] gnu: picard: Update to 2.9.1.

  • Done
  • quality assurance status badge
Details
One participant
  • Hilton Chain
Owner
unassigned
Submitted by
Hilton Chain
Severity
normal
H
H
Hilton Chain wrote on 16 Aug 2023 11:35
(address . guix-patches@gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
78283fa0604f43bcf13aa9bd10f8a14c3fbc00de.1692178461.git.hako@ultrarare.space
* 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(-)

Toggle diff (43 lines)
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
H
H
Hilton Chain wrote on 27 Aug 2023 06:06
(address . 65337-done@debbugs.gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
871qfp5dsw.wl-hako@ultrarare.space
On Wed, 16 Aug 2023 17:35:54 +0800,
Hilton Chain wrote:
Toggle quote (7 lines)
>
> * 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65337@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65337
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch