diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 03:12:36 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:03 -0500 |
commit | 562a79de7d0f5b9e13d193fdbbddc69075aa6e72 (patch) | |
tree | 5a7355bc970805aedaf29efc71858dd7b700b308 /gnu | |
parent | b43b584f8e644ff8fc455db6bc87fff007983e6b (diff) | |
download | patches-562a79de7d0f5b9e13d193fdbbddc69075aa6e72.tar patches-562a79de7d0f5b9e13d193fdbbddc69075aa6e72.tar.gz |
gnu: desktop-file-utils: Update to 0.23.
* gnu/packages/gnome.scm (desktop-file-utils): Update to 0.23.
Diffstat (limited to 'gnu')
-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 98f164218e..2a1abba114 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -602,14 +602,14 @@ GNOME and KDE desktops to the icon names proposed in the specification.") (define-public desktop-file-utils (package (name "desktop-file-utils") - (version "0.22") + (version "0.23") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" name "/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "1ianvr2a69yjv4rpyv30w7yjsmnsb23crrka5ndqxycj4rkk4dc4")))) + "119kj2w0rrxkhg4f9cf5waa55jz1hj8933vh47vcjipcplql02bc")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |