GNU bug report logs -
#59143
[PATCH] gnu: scdoc: Update to 1.11.2.
Previous Next
Reported by: Imran Iqbal <imran <at> imraniqbal.org>
Date: Wed, 9 Nov 2022 05:03:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/man.scm (scdoc): Update to 1.11.2.
---
gnu/packages/man.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 813ef46e62..5d4643d842 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2021 Guillaume Le Vaillant <glv <at> posteo.net>
;;; Copyright © 2021 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2022 Imran Iqbal <imran <at> imraniqbal.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -391,7 +392,7 @@ (define-public help2man
(define-public scdoc
(package
(name "scdoc")
- (version "1.10.1")
+ (version "1.11.2")
(source
(origin
(method git-fetch)
@@ -400,7 +401,7 @@ (define-public scdoc
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1xmh6fnp378xmiycslg4migs1vx7yly4i1cf2vbbnwim9c9g0aw7"))))
+ (base32 "07c2vmdgqifbynm19zjnrk7h102pzrriv73izmx8pmd7b3xl5mfq"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.38.1
This bug report was last modified 2 years and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.