GNU bug report logs - #60964
[PATCH] gnu: strawberry: Update to 1.0.14.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Fri, 20 Jan 2023 14:03:02 UTC

Severity: normal

Tags: patch

Merged with 60963

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60964: closed ([PATCH] gnu: strawberry: Update to 1.0.14.)
Date: Thu, 26 Jan 2023 10:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 26 Jan 2023 11:09:56 +0100
with message-id <87pmb1ppxn.fsf <at> gnu.org>
and subject line Re: bug#60964: [PATCH] gnu: strawberry: Update to 1.0.14.
has caused the debbugs.gnu.org bug report #60964,
regarding [PATCH] gnu: strawberry: Update to 1.0.14.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60964: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60964
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: strawberry: Update to 1.0.14.
Date: Fri, 20 Jan 2023 15:01:48 +0100
* gnu/packages/music.scm (strawberry): Update to 1.0.14.
[inputs]: Remove qtx11extras (left from qt5 to qt6 migration).
---
 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 65bb6d29f7..1f31dbc4bb 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -477,7 +477,7 @@ (define-public clementine
 (define-public strawberry
   (package
     (name "strawberry")
-    (version "1.0.12")
+    (version "1.0.14")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -486,7 +486,7 @@ (define-public strawberry
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jpws1iidxcg3mlja4fqxqlck9yn2v8dwwmzgxx056x1q7sr942w"))
+                "0q8pmf7vr5yxzvfmw86f3m462s8ixaixwdv1z9x9ldkj5rqz45sf"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet
@@ -547,7 +547,6 @@ (define-public strawberry
            protobuf
            pulseaudio
            qtbase
-           qtx11extras
            sqlite
            taglib))
     (home-page "https://www.strawberrymusicplayer.org/")
-- 
2.38.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 60964-done <at> debbugs.gnu.org
Subject: Re: bug#60964: [PATCH] gnu: strawberry: Update to 1.0.14.
Date: Thu, 26 Jan 2023 11:09:56 +0100
Hi,

Michael Rohleder <mike <at> rohleder.de> skribis:

> * gnu/packages/music.scm (strawberry): Update to 1.0.14.
> [inputs]: Remove qtx11extras (left from qt5 to qt6 migration).

Applied, thanks!

Ludo’.


This bug report was last modified 2 years and 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.