emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62127: closed ([PATCH] gnu: Syncthing: Update to 1.23.2.)


From: GNU bug Tracking System
Subject: bug#62127: closed ([PATCH] gnu: Syncthing: Update to 1.23.2.)
Date: Fri, 24 Mar 2023 20:25:02 +0000

Your message dated Fri, 24 Mar 2023 16:24:11 -0400
with message-id <ZB4G68/ebx8BKyOV@jasmine.lan>
and subject line Re:  [PATCH] gnu: Syncthing: Update to 1.23.2.
has caused the debbugs.gnu.org bug report #62127,
regarding [PATCH] gnu: Syncthing: Update to 1.23.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62127: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62127
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Syncthing: Update to 1.23.2. Date: Sat, 11 Mar 2023 14:17:37 -0500
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.2.
[arguments]: Build with Go 1.20.
---
 gnu/packages/syncthing.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 5f98cb56b0..2ee2ed258b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -46,7 +46,7 @@ (define-module (gnu packages syncthing)
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.23.0")
+    (version "1.23.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing";
@@ -54,7 +54,7 @@ (define-public syncthing
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "0n7438vppr8yrq8k4lsacjr48m1l0bfc2wv7rbrsc5br5bfx6rhg"))))
+                "12d1mmqr4l0xhapq72i8yjsrzma79zsv664rhyjfpajfdw7cl3ix"))))
     (build-system go-build-system)
     ;; The primary Syncthing executable goes to "out", while the auxiliary
     ;; server programs and utility tools go to "utils".  This reduces the size
@@ -64,7 +64,7 @@ (define-public syncthing
      `(#:modules ((srfi srfi-26) ; for cut
                   (guix build utils)
                   (guix build go-build-system))
-       #:go ,go-1.19
+       #:go ,go-1.20
        #:import-path "github.com/syncthing/syncthing"
        ;; We don't need to install the source code for end-user applications.
        #:install-source? #f
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Syncthing: Update to 1.23.2. Date: Fri, 24 Mar 2023 16:24:11 -0400
Pushed as de84b24613afa4020f3f0553dad8e39a78d1f92c


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]