guix-commits
[Top][All Lists]
Advanced

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

01/20: gnu: help2man: Update to 1.47.11.


From: guix-commits
Subject: 01/20: gnu: help2man: Update to 1.47.11.
Date: Wed, 21 Aug 2019 18:48:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c17f54e73835d43f35c5bdcdf5dae7667f6a2e50
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 21 20:47:19 2019 +0200

    gnu: help2man: Update to 1.47.11.
    
    * gnu/packages/man.scm (help2man/latest): Update to 1.47.11.
---
 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 f5c8881..e0e1535 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -227,14 +227,14 @@ automatically.")
 (define-public help2man/latest
   (package
     (inherit help2man)
-    (version "1.47.10")
+    (version "1.47.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/help2man/help2man-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1yywli520246aba12vpgj7bhr1r13swad3xm49a0cygqcgywnwgk"))))))
+                "123vsimgx8zq1h077sbyh3bd0hbmlc3wih2231wwh133z1bv51ar"))))))
 
 (define-public scdoc
   (package



reply via email to

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