guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: help2man: Update to 1.47.13.


From: guix-commits
Subject: branch master updated: gnu: help2man: Update to 1.47.13.
Date: Thu, 26 Mar 2020 15:23:53 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9ea9ff6  gnu: help2man: Update to 1.47.13.
9ea9ff6 is described below

commit 9ea9ff6b0fc5670ef4dc29d628043f694a747cab
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 26 20:20:48 2020 +0100

    gnu: help2man: Update to 1.47.13.
    
    * gnu/packages/man.scm (help2man/latest): Update to 1.47.13.
---
 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 4719777..9f18afa 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.12")
+    (version "1.47.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/help2man/help2man-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx"))))))
+                "08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p"))))))
 
 (define-public scdoc
   (package



reply via email to

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