diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-27 16:43:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-27 17:06:26 +0100 |
commit | 778c4a2fa1fc2a890f8a5722334b234158ccb636 (patch) | |
tree | 862f6a337fff7c6f957cbad2be72a54049debacd /gnu/packages | |
parent | 47aba9ddc9a01a14b809031e2bc441acdf1d89a6 (diff) | |
download | guix-778c4a2fa1fc2a890f8a5722334b234158ccb636.tar guix-778c4a2fa1fc2a890f8a5722334b234158ccb636.tar.gz |
gnu: rhythmbox: Update to 3.4.2.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9413e9ff4e..9a46495f10 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3691,7 +3691,7 @@ which can read a large number of file formats.") (define-public rhythmbox (package (name "rhythmbox") - (version "3.4.1") + (version "3.4.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3699,7 +3699,7 @@ which can read a large number of file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1dj1hgdyhmwzs6h2zr89b1ipk0p6g7x74rfz56a5yjds3ik8d7q3")))) + "0hzcns8gf5yb0rm4ss8jd8qzarcaplp5cylk6plwilsqfvxj4xn2")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags |