diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
commit | 19a7a824c35eae56ce56e2a460042fb7e2129234 (patch) | |
tree | dafb96eac20ba120acbf0cbd9eadf53aa760b46f /gnu/packages/gnome.scm | |
parent | 77f54cce4e6c63e676bedfdaeabcf409d209f199 (diff) |
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c887da7003..ffb28f8f82 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6734,7 +6734,7 @@ which can read a large number of file formats.") (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 @@ which can read a large number of file formats.") "rhythmbox-" version ".tar.xz")) (sha256 (base32 - "0d5hbsdk2p8w567mfzy4kk8xn4d227hrbyy857li3r2mrq884mpr")))) + "0zps1k72n7yycw6djgilgdacwdi993xqh1sh9x9lr9n17z0mcv9g")))) (build-system meson-build-system) (arguments (list @@ -6802,7 +6802,7 @@ which can read a large number of file formats.") libpeas libsecret libmtp - libsoup-minimal-2 + libsoup-minimal libxml2 lirc pango |