[PATCH] gnu: strawberry: Update to 1.0.10.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221101000529.6601-1-mike@rohleder.de
* gnu/packages/music.scm (strawberry): Update to 1.0.10.
[inputs]: Add gdk-pixbuf.
---
gnu/packages/music.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ca400e89d9..d493b09f07 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -476,7 +476,7 @@ (define-public clementine
(define-public strawberry
(package
(name "strawberry")
- (version "1.0.9")
+ (version "1.0.10")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -485,7 +485,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
- "0gm97sdz78s67rnyrs4ixg5dwv2haxdmb7s21yqb8axp624vvalp"))
+ "1v27s55l64xcl7q6p0iljv2fpibhfcl1wj319vlp4b8pcp1wny1p"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet
@@ -537,6 +537,7 @@ (define-public strawberry
chromaprint
dbus
fftw
+ gdk-pixbuf
glib
gnutls
gstreamer
--
2.38.0
Christopher Baines wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
87h6zgkjss.fsf@cbaines.net
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (6 lines)
> * gnu/packages/music.scm (strawberry): Update to 1.0.10.
> [inputs]: Add gdk-pixbuf.
> ---
> gnu/packages/music.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)

Thanks! Pushed to master as 7f75be7312cc93809c90d771e58000723637ba76.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNj/8NfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcSSw//XeZDmq/URLez2WoGOL5iDAUkzJfEDJw7
Mku+bqR3UigM8UiR/6y6tJc5TgR/HaWqXvWUER5wEvLJ9Lg5DYhF4rdRviaA7I1N
D7TApTBiRAnXTr61ueyIi1SD09RbxrkhD7zTXahEPZiZKpJxxEsMeU8vtdWkniLk
HtkeilseIEITz0qsviag9VB/CP6i+VsefGeiUd3rCnhUSqqysKFQxXDA9uTvYFu2
8cJNYFBO/C64AgSj2XEMccK3oa9KXlAj7N9FaO+8lPQ0II+eBnFnHgbkyObGEKx4
P2JgtEwQhmQRUHhGI0HkGKYHU5mrFWoZBtkBjwSfcXg8y6jfkKigcuIegXcts+fo
9LDYhsfc0SS34eR5FmaALZp5ybBcvMYdmJKIx28xpCwX0yOTUy6AgQ7PWgkuGgPK
rxyD3ovNI8bgX5ThwNBa8kvgG+zv22TcGLMm0UQjgnx0i4zkJEbaNLK/bnf+xwCM
2ruNnLBBeekeC1JIJN5AhtqymiXCdlrq0b1CFAef6pOaMGeBnwXDdIGAYQ9jwCnE
8uWhkeUFMzWaA7YvVD/QqOGnzkkNgVPhDXRgg8ujVWqhHVYK4d0czLrvoU3sBPBy
3iWoIOTZYayNoqOu8KdDwf5hfrzxKhEuwdLgIQJjQ1C8SBU+X5OP94eXSDqHq/Mr
6XVG59gklaw=
=/y0X
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 58938
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