diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-10 23:58:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-15 17:17:19 +0100 |
commit | e0355894821b494c98b558cbf4239046a4e1f20a (patch) | |
tree | 903be7d1515e264a6f141672cf7a99951a692d7e /gnu/packages/augeas.scm | |
parent | 84fe44201b6e61b21d739058920385e3edfcd411 (diff) | |
download | patches-e0355894821b494c98b558cbf4239046a4e1f20a.tar patches-e0355894821b494c98b558cbf4239046a4e1f20a.tar.gz |
gnu: augeas: Update to 1.10.1.
* gnu/packages/augeas.scm (augeas): Update to 1.10.1.
Diffstat (limited to 'gnu/packages/augeas.scm')
-rw-r--r-- | gnu/packages/augeas.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/augeas.scm b/gnu/packages/augeas.scm index 6939e4147f..9495d4a0a4 100644 --- a/gnu/packages/augeas.scm +++ b/gnu/packages/augeas.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org> ;;; @@ -32,14 +32,14 @@ (define-public augeas (package (name "augeas") - (version "1.8.1") + (version "1.10.1") (source (origin (method url-fetch) (uri (string-append "http://download.augeas.net/augeas-" version ".tar.gz")) (sha256 (base32 - "1yf93fqwav1zsl8dpyfkf0g11w05mmfckqy6qsjy5zkklnspbkv5")) + "0k9nssn7lk58cl5zv3c8kv2zx9cm2yks3sj7q4fd6qdjz9m2bnsj")) (modules '((guix build utils))) (snippet '(begin |