From e50d777a8a8ebf7e8ac727f3280e9cd27fcc9f39 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 1 Jul 2025 22:26:05 -0400 Subject: [PATCH] gnu: Syncthing: Update to 1.30.0. * gnu/packages/syncthing.scm (syncthing): Update to 1.30.0. Change-Id: I0720ea613eeb45b4e7d46c1e5636cf9a583f2196 --- 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 bb893ef157..e64bfb1efc 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -49,7 +49,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.29.5") + (version "1.30.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -57,7 +57,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "1630g7h5gia6rq6wdrfarkyv8h6x5hi0jdnzy69xnhqhmxc05xhp")))) + "1fpwqbslw2jlhcg4dicdv6x6im3qwr4cbjdi58hh8g3mcqfff6zg")))) (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