3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gnome-dictionary: Update to 3.24.0.

* gnu/packages/gnome.scm (gnome-dictionary): Update to 3.24.0.
This commit is contained in:
Marius Bakke 2017-05-24 19:55:14 +02:00
parent bc91a80c79
commit 6e2fc6c7f6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5536,7 +5536,7 @@ desktop. It supports multiple calendars, monthly view and yearly view.")
(define-public gnome-dictionary (define-public gnome-dictionary
(package (package
(name "gnome-dictionary") (name "gnome-dictionary")
(version "3.20.0") (version "3.24.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (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")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08b1f5s5aqka3dwxnzmwr2fmyddjm9xw7zmqsf8r5zvfsivn7czg")))) "1wnrpg8yndacq0xnzc84d519yp7f28brzklm3a48xcgs1i50drs1"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") `(("glib:bin" ,glib "bin")