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
|
(define-public rhythmbox
|
||||||
(package
|
(package
|
||||||
(name "rhythmbox")
|
(name "rhythmbox")
|
||||||
(version "3.4.6")
|
(version "3.4.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/rhythmbox/"
|
(uri (string-append "mirror://gnome/sources/rhythmbox/"
|
||||||
|
@ -6742,7 +6742,7 @@ (define-public rhythmbox
|
||||||
"rhythmbox-" version ".tar.xz"))
|
"rhythmbox-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d5hbsdk2p8w567mfzy4kk8xn4d227hrbyy857li3r2mrq884mpr"))))
|
"0zps1k72n7yycw6djgilgdacwdi993xqh1sh9x9lr9n17z0mcv9g"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -6802,7 +6802,7 @@ (define-public rhythmbox
|
||||||
libpeas
|
libpeas
|
||||||
libsecret
|
libsecret
|
||||||
libmtp
|
libmtp
|
||||||
libsoup-minimal-2
|
libsoup-minimal
|
||||||
libxml2
|
libxml2
|
||||||
lirc
|
lirc
|
||||||
pango
|
pango
|
||||||
|
|
Loading…
Reference in a new issue