guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: strawberry: Update to 1.0.15.


From: guix-commits
Subject: 01/02: gnu: strawberry: Update to 1.0.15.
Date: Tue, 7 Mar 2023 17:34:41 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 8d7090998e677d389ce0b0e359d778be5de67c92
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Mar 7 14:04:42 2023 +0100

    gnu: strawberry: Update to 1.0.15.
    
    * gnu/packages/music.scm (strawberry): Update to 1.0.15.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 b6bd8f164f..acedfd4a26 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -481,7 +481,7 @@ playing your music.")
 (define-public strawberry
   (package
     (name "strawberry")
-    (version "1.0.14")
+    (version "1.0.15")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -490,7 +490,7 @@ playing your music.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0q8pmf7vr5yxzvfmw86f3m462s8ixaixwdv1z9x9ldkj5rqz45sf"))
+                "04ddplldlls0gxw8qppw6dsqhfnxamxfnnyq0i04mbs5hi83pcrz"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet



reply via email to

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