[PATCH] gnu: strawberry: Update to 1.0.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220905074005.22957-1-mike@rohleder.de
* gnu/packages/music.scm (strawberry): Update to 1.0.9.
[inputs]: Add icu4c.
---
gnu/packages/music.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5b6440455e..627050eeec 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -134,6 +134,7 @@ (define-module (gnu packages music)
#:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
#:use-module (gnu packages haskell)
+ #:use-module (gnu packages icu4c)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
#:use-module (gnu packages java)
@@ -476,7 +477,7 @@ (define-public clementine
(define-public strawberry
(package
(name "strawberry")
- (version "1.0.7")
+ (version "1.0.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -485,7 +486,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
- "17mfavbbzx7hp7j5n9i7c3rajy16jicarabrl174p4gjv4zpy2sc"))
+ "0gm97sdz78s67rnyrs4ixg5dwv2haxdmb7s21yqb8axp624vvalp"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet
@@ -542,6 +543,7 @@ (define-public strawberry
gstreamer
gst-plugins-base
gst-plugins-good
+ icu4c
libcdio
libmtp
protobuf
--
2.37.2
Ludovic Courtès wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 57591-done@debbugs.gnu.org)
87edwmeyk6.fsf@gnu.org
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (3 lines)
> * gnu/packages/music.scm (strawberry): Update to 1.0.9.
> [inputs]: Add icu4c.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 57591
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help