emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57591: closed ([PATCH] gnu: strawberry: Update to 1.0.9.)


From: GNU bug Tracking System
Subject: bug#57591: closed ([PATCH] gnu: strawberry: Update to 1.0.9.)
Date: Thu, 08 Sep 2022 14:23:02 +0000

Your message dated Thu, 08 Sep 2022 16:22:01 +0200
with message-id <87edwmeyk6.fsf@gnu.org>
and subject line Re: bug#57591: [PATCH] gnu: strawberry: Update to 1.0.9.
has caused the debbugs.gnu.org bug report #57591,
regarding [PATCH] gnu: strawberry: Update to 1.0.9.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57591: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57591
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: strawberry: Update to 1.0.9. Date: Mon, 5 Sep 2022 09:40:05 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#57591: [PATCH] gnu: strawberry: Update to 1.0.9. Date: Thu, 08 Sep 2022 16:22:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]