diff options
author | Leo Famulari <leo@famulari.name> | 2025-04-30 17:24:40 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-04-30 18:59:59 -0400 |
commit | 5148e1f067dd38f6cf5c98d5b006fb086650f0ec (patch) | |
tree | ae1b98353db9a916fc4db9fc6cfa674084fa0f61 | |
parent | 5bf15734c869ecb9103832cae56198eb8a9adf89 (diff) | |
download | guix-5148e1f067dd38f6cf5c98d5b006fb086650f0ec.tar.gz guix-5148e1f067dd38f6cf5c98d5b006fb086650f0ec.zip |
gnu: Syncthing: Update to 1.29.5.
* gnu/packages/syncthing.scm (syncthing): Update to 1.29.5.
Change-Id: I960ec5c0bb2771e020576df405c83b8bea12177d
-rw-r--r-- | gnu/packages/syncthing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 4858d165f0..6470c2d2a2 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -49,7 +49,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.29.2") + (version "1.29.5") (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 - "09ylbxfrshqivhqnyn5kx3v0wxj3cz0w8kjg635z3xhsmwvbrdn7")))) + "1630g7h5gia6rq6wdrfarkyv8h6x5hi0jdnzy69xnhqhmxc05xhp")))) (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 |