diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-02 17:42:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-02 17:48:43 +0100 |
commit | 4b179fb2e617013478a01b86e2838b6aea359db5 (patch) | |
tree | f7795730b0ed2848f8865b0368124b021b52657f /gnu | |
parent | b8181163a5eb159144f06f0630403618b3315f07 (diff) | |
download | guix-4b179fb2e617013478a01b86e2838b6aea359db5.tar guix-4b179fb2e617013478a01b86e2838b6aea359db5.tar.gz |
gnu: man-pages: Update to 4.15.
* gnu/packages/man.scm (man-pages): Update to 4.15.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/man.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 2c91f012ae..b677117c3e 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Alex Kost <alezost@gmail.com> ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -147,7 +147,7 @@ the traditional flat-text whatis databases.") (define-public man-pages (package (name "man-pages") - (version "4.14") + (version "4.15") (source (origin (method url-fetch) (uri @@ -160,7 +160,7 @@ the traditional flat-text whatis databases.") "man-pages-" version ".tar.xz"))) (sha256 (base32 - "0wf9ymqxk1k5xwcl3n919p66a1aayif3x4cahj4w04y3k1wbhlih")))) + "01n1rq1kvambax85xamriawbga94mh63s5mgjmjljjgf50m7yw6f")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases (delete 'configure)) |