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>
This commit is contained in:
parent
e20ef7d2d1
commit
1853fd9c2f
1 changed files with 4 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
||||||
;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
|
;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
|
||||||
;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com>
|
;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com>
|
||||||
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
|
;;; 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 Simon Streit <simon@netpanic.org>
|
||||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
||||||
;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
|
;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
|
||||||
|
@ -553,7 +553,7 @@ you create custom user interfaces for your MIDI hardware.")
|
||||||
(define-public strawberry
|
(define-public strawberry
|
||||||
(package
|
(package
|
||||||
(name "strawberry")
|
(name "strawberry")
|
||||||
(version "1.0.18")
|
(version "1.0.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -562,7 +562,7 @@ you create custom user interfaces for your MIDI hardware.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1knijckphq2jxrz8nmv4cb64zl1rz3bjyq5ipac09hnj2gvv5rmw"))
|
"1ibs7x7i1zz2r13wg238c5bhr1j4x8vl7hvjg01vdl5hfrh2gk1i"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 regex)))
|
(ice-9 regex)))
|
||||||
(snippet
|
(snippet
|
||||||
|
@ -619,6 +619,7 @@ you create custom user interfaces for your MIDI hardware.")
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
icu4c
|
icu4c
|
||||||
libcdio
|
libcdio
|
||||||
|
libebur128
|
||||||
libmtp
|
libmtp
|
||||||
protobuf
|
protobuf
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
|
Reference in a new issue