summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2023-10-31 19:21:05 +0000
committerChristopher Baines <mail@cbaines.net>2023-11-03 09:46:02 +0000
commit1853fd9c2f7e7795c936d69e2cc502581fa06d6d (patch)
treeea210821face240fb3e5ed8ad7bbea36c476972d /gnu
parente20ef7d2d12640ebf9d9e01c3e0621fb7d2bf92d (diff)
downloadguix-1853fd9c2f7e7795c936d69e2cc502581fa06d6d.tar.gz
gnu: strawberry: Update to 1.0.21.
* gnu/packages/music.scm (strawberry): Update to 1.0.21.
[inputs]: Add libebur128.

Change-Id: I2f0094ab1f87301cbf05c13ca5742bb03703b0b4
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/music.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cb37f99482..85be6f6151 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 @@ you create custom user interfaces for your MIDI hardware.")
 (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 @@ you create custom user interfaces for your MIDI hardware.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1knijckphq2jxrz8nmv4cb64zl1rz3bjyq5ipac09hnj2gvv5rmw"))
+                "1ibs7x7i1zz2r13wg238c5bhr1j4x8vl7hvjg01vdl5hfrh2gk1i"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet
@@ -619,6 +619,7 @@ you create custom user interfaces for your MIDI hardware.")
            gst-plugins-good
            icu4c
            libcdio
+           libebur128
            libmtp
            protobuf
            pulseaudio