[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: strawberry: Update to 1.0.21.
From: |
guix-commits |
Subject: |
02/15: gnu: strawberry: Update to 1.0.21. |
Date: |
Fri, 3 Nov 2023 06:15:02 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 1853fd9c2f7e7795c936d69e2cc502581fa06d6d
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Tue Oct 31 19:21:05 2023 +0000
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>
---
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 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
- branch master updated (28ebbe2be8 -> 6ae8fd7aa7), guix-commits, 2023/11/03
- 01/15: gnu: dragonfly-reverb: Update to 3.2.10., guix-commits, 2023/11/03
- 04/15: gnu: emacs-mastodon: Update to 1.0.13., guix-commits, 2023/11/03
- 05/15: gnu: wlr-randr: Update to 0.3.1., guix-commits, 2023/11/03
- 03/15: gnu: asciinema: Update to 2.4.0., guix-commits, 2023/11/03
- 02/15: gnu: strawberry: Update to 1.0.21.,
guix-commits <=
- 06/15: gnu: msmtp: Update to 1.8.25., guix-commits, 2023/11/03
- 07/15: gnu: emacs-ox-rss: Update upstream URL., guix-commits, 2023/11/03
- 09/15: gnu: foot: Update to 1.16.2., guix-commits, 2023/11/03
- 08/15: gnu: wine-minimal: Update to 8.18., guix-commits, 2023/11/03
- 15/15: gnu: cmark-gfm: Update to 0.29.0.gfm.13., guix-commits, 2023/11/03
- 14/15: gnu: mupdf: Update to 1.23.4., guix-commits, 2023/11/03
- 13/15: gnu: syncthing: Update to 1.25.0., guix-commits, 2023/11/03
- 11/15: gnu: neovim: Update to 0.9.4., guix-commits, 2023/11/03
- 12/15: gnu: go-github-com-hjson-hjson-go: Update to 4.3.1., guix-commits, 2023/11/03
- 10/15: gnu: guile-netlink: Update to 1.2.1., guix-commits, 2023/11/03