all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61978] [PATCH] gnu: src: Update to 1.31.
@ 2023-03-05 13:09 Paul A. Patience
  2023-03-06  8:21 ` bug#61978: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-03-05 13:09 UTC (permalink / raw)
  To: 61978; +Cc: Paul A. Patience

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61978: [PATCH] gnu: src: Update to 1.31.
  2023-03-05 13:09 [bug#61978] [PATCH] gnu: src: Update to 1.31 Paul A. Patience
@ 2023-03-06  8:21 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-06  8:21 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 61978-done

"Paul A. Patience" <paul@apatience.com> writes:

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

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-06  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05 13:09 [bug#61978] [PATCH] gnu: src: Update to 1.31 Paul A. Patience
2023-03-06  8:21 ` bug#61978: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.