mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rhythmbox: Update to 3.4.7.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.7. [inputs]: Upgrade libsoup-minimal-2 to libsoup-minimal.
This commit is contained in:
parent
77f54cce4e
commit
19a7a824c3
1 changed files with 3 additions and 3 deletions
|
@ -6734,7 +6734,7 @@ (define-public totem
|
|||
(define-public rhythmbox
|
||||
(package
|
||||
(name "rhythmbox")
|
||||
(version "3.4.6")
|
||||
(version "3.4.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/rhythmbox/"
|
||||
|
@ -6742,7 +6742,7 @@ (define-public rhythmbox
|
|||
"rhythmbox-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0d5hbsdk2p8w567mfzy4kk8xn4d227hrbyy857li3r2mrq884mpr"))))
|
||||
"0zps1k72n7yycw6djgilgdacwdi993xqh1sh9x9lr9n17z0mcv9g"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -6802,7 +6802,7 @@ (define-public rhythmbox
|
|||
libpeas
|
||||
libsecret
|
||||
libmtp
|
||||
libsoup-minimal-2
|
||||
libsoup-minimal
|
||||
libxml2
|
||||
lirc
|
||||
pango
|
||||
|
|
Loading…
Reference in a new issue