1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Syncthing: Update to 1.30.0.

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

Change-Id: I0720ea613eeb45b4e7d46c1e5636cf9a583f2196
This commit is contained in:
Leo Famulari
2025-07-01 22:26:05 -04:00
parent b2cd5ec457
commit e50d777a8a

View File

@@ -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