GNU bug report logs - #61978
[PATCH] gnu: src: Update to 1.31.

Previous Next

Package: guix-patches;

Reported by: "Paul A. Patience" <paul <at> apatience.com>

Date: Sun, 5 Mar 2023 13:11:01 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: "Paul A. Patience" <paul <at> apatience.com>
Subject: bug#61978: closed (Re: bug#61978: [PATCH] gnu: src: Update to 1.31.)
Date: Mon, 06 Mar 2023 08:21:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61978: [PATCH] gnu: src: Update to 1.31.

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 61978 <at> debbugs.gnu.org.

-- 
61978: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61978
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 61978-done <at> debbugs.gnu.org
Subject: Re: bug#61978: [PATCH] gnu: src: Update to 1.31.
Date: Mon, 06 Mar 2023 16:21:00 +0800
"Paul A. Patience" <paul <at> apatience.com> writes:

> * gnu/packages/version-control.scm (src): Update to 1.31.

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: "Paul A. Patience" <paul <at> apatience.com>
To: guix-patches <at> gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH] gnu: src: Update to 1.31.
Date: Sun, 05 Mar 2023 13:09:54 +0000
* gnu/packages/version-control.scm (src): Update to 1.31.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 9f1c5d3f33..0d55a8591c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2783,14 +2783,14 @@ (define-public gource
 (define-public src
   (package
     (name "src")
-    (version "1.29")
+    (version "1.31")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "http://www.catb.org/~esr/src/src-" version ".tar.gz"))
               (sha256
                (base32
-                "0ha287gc95vz6bdvn42pi3qibc56h1w5dshsvjvdn2zd283amksd"))))
+                "1p8f5xc6k4jrli3iimi64ng11c246qqwsw9bqrrqkrmhvqdh4kcv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags
--
2.39.1





This bug report was last modified 2 years and 133 days ago.

Previous Next


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