guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: help2man: Update to 1.47.1.


From: Ludovic Courtès
Subject: 06/07: gnu: help2man: Update to 1.47.1.
Date: Mon, 29 Jun 2015 12:42:32 +0000

civodul pushed a commit to branch master
in repository guix.

commit 622a616e33e40307b7e48f49052837f52b5bed99
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 29 14:39:24 2015 +0200

    gnu: help2man: Update to 1.47.1.
    
    * gnu/packages/man.scm (help2man): Update to 1.47.1.
---
 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 fb43db9..3173fac 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.6")
+    (version "1.47.1")
     (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
-        "1brccgnjf09f2zg70s6gv6gn68mi59kp3zf50wvxp79n72ngapv1"))))
+        "01ib718afwc28bmh1n0p5h7245vs3rrfm7bj1sq4avmh1kv2d6y5"))))
     (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]