all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66853] [PATCH] gnu: strawberry: Update to 1.0.21.
@ 2023-10-31 19:21 Felix Gruber
  2023-11-03 10:21 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2023-10-31 19:21 UTC (permalink / raw)
  To: 66853; +Cc: Felix Gruber

* gnu/packages/music.scm (strawberry): Update to 1.0.21.
[inputs]: Add libebur128.

Change-Id: I2f0094ab1f87301cbf05c13ca5742bb03703b0b4
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b181c86b45..0d1534c92c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -40,7 +40,7 @@
 ;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
 ;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com>
 ;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
-;;; Copyright © 2021, 2022 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2021, 2022, 2023 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 ;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
@@ -553,7 +553,7 @@ (define-public ctrlr
 (define-public strawberry
   (package
     (name "strawberry")
-    (version "1.0.18")
+    (version "1.0.21")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -562,7 +562,7 @@ (define-public strawberry
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1knijckphq2jxrz8nmv4cb64zl1rz3bjyq5ipac09hnj2gvv5rmw"))
+                "1ibs7x7i1zz2r13wg238c5bhr1j4x8vl7hvjg01vdl5hfrh2gk1i"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet
@@ -619,6 +619,7 @@ (define-public strawberry
            gst-plugins-good
            icu4c
            libcdio
+           libebur128
            libmtp
            protobuf
            pulseaudio

base-commit: a0a377fdd6c873aeb6340afeddcd23b4ead7657d
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#66853] [PATCH] gnu: strawberry: Update to 1.0.21.
  2023-10-31 19:21 [bug#66853] [PATCH] gnu: strawberry: Update to 1.0.21 Felix Gruber
@ 2023-11-03 10:21 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-03 10:21 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 66853-done, 66853

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]


Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/music.scm (strawberry): Update to 1.0.21.
> [inputs]: Add libebur128.
>
> Change-Id: I2f0094ab1f87301cbf05c13ca5742bb03703b0b4
> ---
>  gnu/packages/music.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Thanks for the patch! I've pushed this to master as
1853fd9c2f7e7795c936d69e2cc502581fa06d6d.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-03 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-31 19:21 [bug#66853] [PATCH] gnu: strawberry: Update to 1.0.21 Felix Gruber
2023-11-03 10:21 ` Christopher Baines

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.