guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: strawberry: Update to 1.0.14.


From: guix-commits
Subject: 06/06: gnu: strawberry: Update to 1.0.14.
Date: Thu, 26 Jan 2023 05:12:14 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d5fece6bfe6b2eaf93f936a4a6dea8fbfe118140
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jan 20 15:01:48 2023 +0100

    gnu: strawberry: Update to 1.0.14.
    
    * gnu/packages/music.scm (strawberry): Update to 1.0.14.
    [inputs]: Remove qtx11extras (left from qt5 to qt6 migration).
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/music.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b99484d348..cd4cecb7d8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -478,7 +478,7 @@ playing your music.")
 (define-public strawberry
   (package
     (name "strawberry")
-    (version "1.0.12")
+    (version "1.0.14")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -487,7 +487,7 @@ playing your music.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jpws1iidxcg3mlja4fqxqlck9yn2v8dwwmzgxx056x1q7sr942w"))
+                "0q8pmf7vr5yxzvfmw86f3m462s8ixaixwdv1z9x9ldkj5rqz45sf"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet
@@ -548,7 +548,6 @@ playing your music.")
            protobuf
            pulseaudio
            qtbase
-           qtx11extras
            sqlite
            taglib))
     (home-page "https://www.strawberrymusicplayer.org/";)



reply via email to

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