1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 10:01:47 +02:00

gnu: man-pages: Update to 4.0.6.

* gnu/packages/man.scm (man-pages): Update to 4.0.6.
This commit is contained in:
Efraim Flashner
2016-07-10 21:32:42 +03:00
parent dfce38993e
commit c635ff8369
+2 -2
View File
@@ -129,7 +129,7 @@ the traditional flat-text whatis databases.")
(define-public man-pages
(package
(name "man-pages")
(version "4.04")
(version "4.06")
(source (origin
(method url-fetch)
(uri
@@ -142,7 +142,7 @@ the traditional flat-text whatis databases.")
"man-pages-" version ".tar.xz")))
(sha256
(base32
"0v8zxq4scfixy3pjpw9ankvv5v8frv62khv4xm1jpkswyq6rbqcg"))))
"0vv056k9yyf05dqal9m2pq3pv9c8lnp7i5rjxvcnic6aq7vyrafb"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)