summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-07-01 22:26:05 -0400
committerLeo Famulari <leo@famulari.name>2025-07-01 22:34:21 -0400
commite50d777a8a8ebf7e8ac727f3280e9cd27fcc9f39 (patch)
treeb58fe1cbc26db1cd56b8a653e10ef55128848d43 /gnu/packages/syncthing.scm
parentb2cd5ec45796178318f8544006720e45d826c8d8 (diff)
gnu: Syncthing: Update to 1.30.0.
* gnu/packages/syncthing.scm (syncthing): Update to 1.30.0. Change-Id: I0720ea613eeb45b4e7d46c1e5636cf9a583f2196
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index bb893ef157b..e64bfb1efc8 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