guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: strawberry: Update to 0.9.3.


From: guix-commits
Subject: 02/03: gnu: strawberry: Update to 0.9.3.
Date: Fri, 23 Apr 2021 21:46:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4fb77a0bb1c21e100001139ff5ff3be4138d4add
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 24 03:43:25 2021 +0200

    gnu: strawberry: Update to 0.9.3.
    
    * gnu/packages/music.scm (strawberry): Update to 0.9.3.
---
 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 11702af..7840e83 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -453,7 +453,7 @@ playing your music.")
 (define-public strawberry
   (package
     (name "strawberry")
-    (version "0.9.2")
+    (version "0.9.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -462,7 +462,7 @@ playing your music.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d9asg21j9ai23sb35cimws8bd8fsnpha777rgscraa7i09q0rx2"))
+                "0lby5zi66i08s0mcygja8l3rbd97inhaxqbhahj8lfxs52r4grrq"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet



reply via email to

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