aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-02-18 14:06:21 -0500
committerLeo Famulari <leo@famulari.name>2025-02-18 15:36:22 -0500
commit06d37f38606fabbace21e55ec7f2546b3ae5214f (patch)
tree9e4431cbf7e08e0c854d91d4e1f3fa96cd82f15e
parent9eedd1f31d2ef67084dce7d54a2d5706d09d6e65 (diff)
downloadguix-06d37f38606fabbace21e55ec7f2546b3ae5214f.tar.gz
guix-06d37f38606fabbace21e55ec7f2546b3ae5214f.zip
gnu: Syncthing: Update to 1.29.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.29.2. Change-Id: I338b4adeeac1f24003b4ca305c623c4a33e3f7af
-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 3fe5b48e20..fc040e56ea 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -48,7 +48,7 @@
(define-public syncthing
(package
(name "syncthing")
- (version "1.28.1")
+ (version "1.29.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@@ -56,7 +56,7 @@
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
- "16j5w6hdr1x2231hw0zsxm53sw34wxcs4ijjjcnzcg1vz9drjrg9"))))
+ "09ylbxfrshqivhqnyn5kx3v0wxj3cz0w8kjg635z3xhsmwvbrdn7"))))
(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