guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: help2man: Update to 1.47.4.


From: Efraim Flashner
Subject: 05/05: gnu: help2man: Update to 1.47.4.
Date: Sun, 10 Jul 2016 18:35:17 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8ac012d0ca6273ca3c7f195539eb5d1f927399bb
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 10 21:34:11 2016 +0300

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

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index ac9eb72..9ffbba9 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -168,7 +168,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
 (define-public help2man
   (package
     (name "help2man")
-    (version "1.47.3")
+    (version "1.47.4")
     (source
      (origin
       (method url-fetch)
@@ -176,7 +176,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "0miqq77ssk5rgsc9xlv7k5n2wk2c5wv2m1kh4zhbwrggfmjaycn2"))))
+        "0lvp4306f5nq08f3snffs5pp1zwv8l35z6f5g0dds51zs6bzdv6l"))))
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]