[PATCH] gnu: strawberry: Update to 1.0.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
Merged with

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20230120140148.31804-1-mike@rohleder.de
* 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(-)

Toggle diff (32 lines)
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
Michael Rohleder wrote 2 years ago
control message for bug #60963
(address . control@debbugs.gnu.org)
87cz79s39u.fsf@rohleder.de
merge 60963 60964
quit
Ludovic Courtès wrote 2 years ago
Re: bug#60964: [PATCH] gnu: strawberry: Update to 1.0.14.
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 60964-done@debbugs.gnu.org)
87pmb1ppxn.fsf@gnu.org
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

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

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60964@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60964
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help