all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66872] [PATCH] gnu: syncthing: Update to 1.25.0.
@ 2023-11-01  9:19 Timotej Lazar
  2023-11-03 10:34 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-11-01  9:19 UTC (permalink / raw)
  To: 66872; +Cc: Timotej Lazar

* gnu/packages/syncthing.scm (syncthing): Update to 1.25.0.

Change-Id: I39ebd12e96fb09386cf51bd42cd5241f3820c16c
---
 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 1709840211..2b8a37b518 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -44,7 +44,7 @@ (define-module (gnu packages syncthing)
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.24.0")
+    (version "1.25.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing"
@@ -52,7 +52,7 @@ (define-public syncthing
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "13v04slf231hd3rywyan0n7yyc94s34wfwnmwz8sfw4vgxk5k52a"))))
+                "18cyg0wnf34xi964fxvzxgcq6z0pbirk0k4z82w1cqi3f3l9jlg2"))))
     (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





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

* [bug#66872] [PATCH] gnu: syncthing: Update to 1.25.0.
  2023-11-01  9:19 [bug#66872] [PATCH] gnu: syncthing: Update to 1.25.0 Timotej Lazar
@ 2023-11-03 10:34 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-03 10:34 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 66872-done, 66872

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]


Timotej Lazar <timotej.lazar@araneo.si> writes:

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

Thanks for the patch! I've pushed this to master as
c9a7cbf0b7782221e571eceb8547f9dfa12afe31.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-11-03 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01  9:19 [bug#66872] [PATCH] gnu: syncthing: Update to 1.25.0 Timotej Lazar
2023-11-03 10:34 ` Christopher Baines

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.