guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: strawberry: Update to 1.0.7.


From: guix-commits
Subject: branch master updated: gnu: strawberry: Update to 1.0.7.
Date: Tue, 02 Aug 2022 04:40:35 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ead27209b5 gnu: strawberry: Update to 1.0.7.
ead27209b5 is described below

commit ead27209b5e6e474bea93b010a96644dbae487b4
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Jul 31 16:51:32 2022 +0200

    gnu: strawberry: Update to 1.0.7.
    
    * gnu/packages/music.scm (strawberry): Update to 1.0.7.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.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 844e756094..dcc1a43d2d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -476,7 +476,7 @@ playing your music.")
 (define-public strawberry
   (package
     (name "strawberry")
-    (version "1.0.3")
+    (version "1.0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -485,7 +485,7 @@ playing your music.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "14fr2bm51k4n5byc9pwh3ba6v15s9jmqxigl1y9h00l7cvmfpbn1"))
+                "17mfavbbzx7hp7j5n9i7c3rajy16jicarabrl174p4gjv4zpy2sc"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]