guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: help2man: Update to 1.47.6.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: help2man: Update to 1.47.6.
Date: Thu, 1 Mar 2018 13:46:14 -0500 (EST)

nckx pushed a commit to branch core-updates
in repository guix.

commit a9f5a7e14b2f53f84d0adb248d99c671c5702b1a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 1 19:45:20 2018 +0100

    gnu: help2man: Update to 1.47.6.
    
    * gnu/packages/man.scm (help2man): Update to 1.47.6.
---
 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 6d1efce..b3a6887 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -186,7 +186,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
 (define-public help2man
   (package
     (name "help2man")
-    (version "1.47.5")
+    (version "1.47.6")
     (source
      (origin
       (method url-fetch)
@@ -194,7 +194,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "1cb14kp380jzk1yi4i7x9d8qplc8c5mgcbgycgs9ggpx34jhp9kw"))))
+        "0vz4dlrvy4vc6l7w0a7n668pfa0rdm73wr2gar58wqranyah46yr"))))
     (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]