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

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

bug#66028: closed ([PATCH] gnu: syncthing: Update to 1.24.0.)


From: GNU bug Tracking System
Subject: bug#66028: closed ([PATCH] gnu: syncthing: Update to 1.24.0.)
Date: Mon, 25 Sep 2023 10:56:02 +0000

Your message dated Mon, 25 Sep 2023 11:53:51 +0100
with message-id <87o7hq5xpe.fsf@cbaines.net>
and subject line Re: [bug#66028] [PATCH] gnu: syncthing: Update to 1.24.0.
has caused the debbugs.gnu.org bug report #66028,
regarding [PATCH] gnu: syncthing: Update to 1.24.0.
to be marked as done.

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


-- 
66028: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66028
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: syncthing: Update to 1.24.0. Date: Sat, 16 Sep 2023 11:59:21 +0200
* gnu/packages/syncthing.scm (syncthing): Update to 1.24.0.
---
 gnu/packages/syncthing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index fd30360006..1cb276f942 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.7")
+    (version "1.24.0")
     (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
-                "1891dqcsg5r034bw19qjm6qg0zi1g0djcllp2c550zq7v1sdvn0q"))))
+                "13v04slf231hd3rywyan0n7yyc94s34wfwnmwz8sfw4vgxk5k52a"))))
     (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
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66028] [PATCH] gnu: syncthing: Update to 1.24.0. Date: Mon, 25 Sep 2023 11:53:51 +0100 User-agent: mu4e 1.10.5; emacs 28.2
Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/syncthing.scm (syncthing): Update to 1.24.0.
> ---
>  gnu/packages/syncthing.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! I've pushed this to master as
bee40b70dc1c2c767747216bd6bf65e4940a75b5.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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