guix-commits
[Top][All Lists]
Advanced

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

16/66: gnu: help2man: Update to 1.46.6.


From: Manolis Fragkiskos Ragkousis
Subject: 16/66: gnu: help2man: Update to 1.46.6.
Date: Thu, 21 May 2015 12:51:52 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit 0c20f7899d73315eae0b63d230125ccd53956e24
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 3 16:00:33 2015 +0200

    gnu: help2man: Update to 1.46.6.
    
    * gnu/packages/man.scm (help2man): Update to 1.46.6.
---
 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 a92c6dd..fb43db9 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -153,7 +153,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
 (define-public help2man
   (package
     (name "help2man")
-    (version "1.46.5")
+    (version "1.46.6")
     (source
      (origin
       (method url-fetch)
@@ -161,7 +161,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "1gqfqgxq3qgwnldjz3i5mxvzyx2w3j042r3fw1wygic3f6327nha"))))
+        "1brccgnjf09f2zg70s6gv6gn68mi59kp3zf50wvxp79n72ngapv1"))))
     (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]