diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 01:36:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 01:41:23 +0100 |
commit | eda580c0798588488d9b06ca8045f3adeee32e89 (patch) | |
tree | 91fea1e5764b8c325638f2ed929aa26de02eb938 /gnu/packages/gnome.scm | |
parent | 2588693df1e6f07e7c051f9eff2eeff02ca5dc82 (diff) |
gnu: rhythmbox: Update to 3.4.4.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.4.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 c8c29521d9..8c93803fca 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5031,7 +5031,7 @@ which can read a large number of file formats.") (define-public rhythmbox (package (name "rhythmbox") - (version "3.4.3") + (version "3.4.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/rhythmbox/" @@ -5039,7 +5039,7 @@ which can read a large number of file formats.") "rhythmbox-" version ".tar.xz")) (sha256 (base32 - "1yx3n7p9vmv23jsv98fxwq95n78awdxqm8idhyhxx2d6vk4w1hgx")))) + "142xcvw4l19jyr5i72nbnrihs953pvrrzcbijjn9dxmxszbv03pf")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags |