diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:55:14 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 22:59:49 +0200 |
commit | 6e2fc6c7f6ca03326163885cbedcde210c62e16d (patch) | |
tree | 5ef156321a008e39849365718086f9c5239047fe /gnu/packages/gnome.scm | |
parent | bc91a80c79906b2086dd475d1b1fd531b9654e86 (diff) | |
download | guix-6e2fc6c7f6ca03326163885cbedcde210c62e16d.tar guix-6e2fc6c7f6ca03326163885cbedcde210c62e16d.tar.gz |
gnu: gnome-dictionary: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-dictionary): Update to 3.24.0.
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 52a853956a..3411fc0a5c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5536,7 +5536,7 @@ desktop. It supports multiple calendars, monthly view and yearly view.") (define-public gnome-dictionary (package (name "gnome-dictionary") - (version "3.20.0") + (version "3.24.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5544,7 +5544,7 @@ desktop. It supports multiple calendars, monthly view and yearly view.") name "-" version ".tar.xz")) (sha256 (base32 - "08b1f5s5aqka3dwxnzmwr2fmyddjm9xw7zmqsf8r5zvfsivn7czg")))) + "1wnrpg8yndacq0xnzc84d519yp7f28brzklm3a48xcgs1i50drs1")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") |