diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-06-06 18:37:33 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-06 21:03:55 -0400 |
commit | 8190e1edafac77606026f414a5951bde759bd26e (patch) | |
tree | ab170a8336a8c953badb966124c50da399a8e5c7 | |
parent | 07023ebc1892a559cad1f80235a4afb0955b29ab (diff) | |
download | guix-8190e1edafac77606026f414a5951bde759bd26e.tar guix-8190e1edafac77606026f414a5951bde759bd26e.tar.gz |
gnu: rhythmbox: Update to 3.4.3.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.3.
[source]: Remove upstream patch.
-rw-r--r-- | gnu/packages/gnome.scm | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 566023aa2c..5ca4a0d517 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3941,26 +3941,15 @@ which can read a large number of file formats.") (define-public rhythmbox (package (name "rhythmbox") - (version "3.4.2") + (version "3.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) - (patches - (list - ;; fmradio: Fix build with GStreamer master - (origin - (method url-fetch) - (uri (string-append - "https://gitlab.gnome.org/GNOME/rhythmbox/commit/" - "b182c6b9e1d09e601bac0b703cc5f8b159ebbc3a.patch")) - (sha256 - (base32 - "06n87xgf927djmv1vshal84nqx7g8nwgljza3g2vydhy7g2n1csq"))))) (sha256 (base32 - "0hzcns8gf5yb0rm4ss8jd8qzarcaplp5cylk6plwilsqfvxj4xn2")))) + "1yx3n7p9vmv23jsv98fxwq95n78awdxqm8idhyhxx2d6vk4w1hgx")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags |