GNU bug report logs -
#57591
[PATCH] gnu: strawberry: Update to 1.0.9.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 5 Sep 2022 07:42:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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(-)
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
This bug report was last modified 2 years and 259 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.