GNU bug report logs - #59143
[PATCH] gnu: scdoc: Update to 1.11.2.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Imran Iqbal <imran <at> imraniqbal.org>
Subject: bug#59143: closed (Re: bug#59143: [PATCH] gnu: scdoc: Update to
 1.11.2.)
Date: Thu, 10 Nov 2022 01:23:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59143: [PATCH] gnu: scdoc: Update to 1.11.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59143 <at> debbugs.gnu.org.

-- 
59143: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59143
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Imran Iqbal <imran <at> imraniqbal.org>
Cc: 59143-done <at> debbugs.gnu.org
Subject: Re: bug#59143: [PATCH] gnu: scdoc: Update to 1.11.2.
Date: Thu, 10 Nov 2022 09:21:56 +0800
Imran Iqbal <imran <at> imraniqbal.org> writes:

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

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: Imran Iqbal <imran <at> imraniqbal.org>
To: guix-patches <at> gnu.org
Cc: Imran Iqbal <imran <at> imraniqbal.org>
Subject: [PATCH] gnu: scdoc: Update to 1.11.2.
Date: Wed,  9 Nov 2022 00:02:01 -0500
* 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 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.