guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: help2man: Update to 1.47.12.


From: guix-commits
Subject: 02/09: gnu: help2man: Update to 1.47.12.
Date: Tue, 14 Jan 2020 17:52:24 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 25997f3c3e74ece269596666297d299835ae8f35
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:39:17 2020 +0100

    gnu: help2man: Update to 1.47.12.
    
    * gnu/packages/man.scm (help2man/latest): Update to 1.47.12.
---
 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 f05efcc..98c58eb 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.11")
+    (version "1.47.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/help2man/help2man-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "123vsimgx8zq1h077sbyh3bd0hbmlc3wih2231wwh133z1bv51ar"))))))
+                "0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))))
 
 (define-public scdoc
   (package



reply via email to

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