[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: strawberry: Update to 1.0.3.
From: |
guix-commits |
Subject: |
07/07: gnu: strawberry: Update to 1.0.3. |
Date: |
Sat, 9 Apr 2022 18:18:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d10cee786522ca2d321fb942a4da14feaaae091a
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Apr 3 22:21:31 2022 +0200
gnu: strawberry: Update to 1.0.3.
* gnu/packages/music.scm (strawberry): Update to 1.0.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3e3829cefe..89d64957c8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -470,7 +470,7 @@ playing your music.")
(define-public strawberry
(package
(name "strawberry")
- (version "1.0.1")
+ (version "1.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -479,7 +479,7 @@ playing your music.")
(file-name (git-file-name name version))
(sha256
(base32
- "077dlj0kjcrj4g1h4w8finzykizaar67ik6yng6c8zjp2i5bam1j"))
+ "14fr2bm51k4n5byc9pwh3ba6v15s9jmqxigl1y9h00l7cvmfpbn1"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet
- branch master updated (975966ba09 -> d10cee7865), guix-commits, 2022/04/09
- 01/07: services: herd: Report whether a service is transient., guix-commits, 2022/04/09
- 04/07: gnu: efivar: Fix build errors on i686-linux., guix-commits, 2022/04/09
- 02/07: services: shepherd: Do not unload transient services., guix-commits, 2022/04/09
- 03/07: home: symlink-manager: Use no-follow version of file-exists?., guix-commits, 2022/04/09
- 05/07: doc: guix: Add missing article "a"., guix-commits, 2022/04/09
- 06/07: doc: package Reference: Mention syntax of package-description., guix-commits, 2022/04/09
- 07/07: gnu: strawberry: Update to 1.0.3.,
guix-commits <=