diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-17 17:15:26 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-17 18:18:28 -0500 |
commit | 9dd7e57d16b6524cb495c0c75480f7b34d59cf8b (patch) | |
tree | 0ff014e8e2f5f70e3ca0b33a51078b312da08ca5 /gnu | |
parent | 065c5e94350124fa8d018e54fbc27c8ea4f46250 (diff) | |
download | guix-9dd7e57d16b6524cb495c0c75480f7b34d59cf8b.tar.gz |
gnu: Syncthing: Update to 1.18.5.
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.5.
Diffstat (limited to 'gnu')
-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 c93628214a..a957d7738b 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -45,7 +45,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.18.4") + (version "1.18.5") ; XXX After the go-build-system can use "Go modules", stop using bundled ; dependencies for Syncthing. (source (origin @@ -55,7 +55,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "00kw1j2qi5ylbycv43n5177r3a3651qxhds927x6cz0a2b7qac8n")))) + "07yzhc8ilwv9r9cpqdzd1i1mcgi4875xbz9k4dfm5rkazvav8kf6")))) (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 |