guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: help2man: Update to 1.46.5.


From: Ludovic Courtès
Subject: 02/03: gnu: help2man: Update to 1.46.5.
Date: Wed, 11 Mar 2015 22:26:04 +0000

civodul pushed a commit to branch master
in repository guix.

commit a1ddf97cabb4675fcece1edbfd1694f2e4f6aa13
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 11 23:14:13 2015 +0100

    gnu: help2man: Update to 1.46.5.
    
    * gnu/packages/man.scm (help2man): Update to 1.46.5.
---
 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 3507c0c..f5bd339 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.4")
+    (version "1.46.5")
     (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
-        "0csn7jx7nhlrflalw1992p3l5afawlpdyjdff2q5bk5hadgz3rqs"))))
+        "1gqfqgxq3qgwnldjz3i5mxvzyx2w3j042r3fw1wygic3f6327nha"))))
     (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]