Archived
1
0
Fork 0

gnu: scdoc: Update to 1.11.2.

* gnu/packages/man.scm (scdoc): Update to 1.11.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Imran Iqbal 2022-11-09 00:02:01 -05:00 committed by 宋文武
parent 841963f948
commit 0d7131d2bd
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -11,6 +11,7 @@
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Imran Iqbal <imran@imraniqbal.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -391,7 +392,7 @@ automatically.")
(define-public scdoc (define-public scdoc
(package (package
(name "scdoc") (name "scdoc")
(version "1.10.1") (version "1.11.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -400,7 +401,7 @@ automatically.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1xmh6fnp378xmiycslg4migs1vx7yly4i1cf2vbbnwim9c9g0aw7")))) (base32 "07c2vmdgqifbynm19zjnrk7h102pzrriv73izmx8pmd7b3xl5mfq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags