civodul pushed a commit to branch master
in repository guix.

commit 74dc959cb037655e0a2e52fa9062777d4da41602
Author: Ludovic Courtès <[email protected]>
Date:   Wed Oct 21 18:01:17 2015 +0200

    gnu: help2man: Update to 1.47.2.
    
    * gnu/packages/man.scm (help2man): Update to 1.47.2.
---
 gnu/packages/man.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 31598d0..46b7d8b 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -162,7 +162,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
 (define-public help2man
   (package
     (name "help2man")
-    (version "1.47.1")
+    (version "1.47.2")
     (source
      (origin
       (method url-fetch)
@@ -170,7 +170,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "01ib718afwc28bmh1n0p5h7245vs3rrfm7bj1sq4avmh1kv2d6y5"))))
+        "0z1zgw6k1fba59fii6ksfi1g2gci6i4ysa3kdfh3j475fdkn1if4"))))
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f))

Reply via email to