1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: xdg-utils: Update to 1.1.2.

* /gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.2.
This commit is contained in:
Tobias Geerinckx-Rice
2018-01-10 07:08:22 +01:00
parent 62f709f391
commit 67c23790d3
+3 -2
View File
@@ -11,6 +11,7 @@
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -76,7 +77,7 @@
(define-public xdg-utils
(package
(name "xdg-utils")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
@@ -85,7 +86,7 @@
version ".tar.gz"))
(sha256
(base32
"09a1pk3ifsndc5qz2kcd1557i137gpgnv3d739pv22vfayi67pdh"))))
"1k4b4m3aiyqn9k12a0ihcdahzlspl3zhskmm1d7228dvqvi546cm"))))
(build-system gnu-build-system)
(native-inputs
`(("docbook-xsl" ,docbook-xsl)