guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: scdoc: Update to 1.10.1.


From: guix-commits
Subject: branch master updated: gnu: scdoc: Update to 1.10.1.
Date: Tue, 31 Mar 2020 08:54:49 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 031610a  gnu: scdoc: Update to 1.10.1.
031610a is described below

commit 031610aa8abc449280673d422b2b8c6c5d194031
Author: Alexandru-Sergiu Marton <address@hidden>
AuthorDate: Tue Mar 31 15:16:25 2020 +0300

    gnu: scdoc: Update to 1.10.1.
    
    * gnu/packages/man.scm (scdoc): Update to 1.10.1.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 1c75692..6d7d5e2 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -240,7 +240,7 @@ automatically.")
 (define-public scdoc
   (package
    (name "scdoc")
-   (version "1.9.4")
+   (version "1.10.1")
    (source
     (origin
      (method url-fetch)
@@ -249,7 +249,7 @@ automatically.")
      (file-name (string-append name "-" version ".tar.gz"))
      (sha256
       (base32
-       "00zc3rzj97gscby31djlqyczvqpyhrl66i44czwzmmn7rc5j03m1"))))
+       "13x7g1r56bshvfmlvapvz35ywnbgsh337kywb5kcv8nc6b3j3q40"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags



reply via email to

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