summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-12 14:39:44 -0500
committerLeo Famulari <leo@famulari.name>2022-01-12 14:49:24 -0500
commit144c8e6b769377170fa8a41b44860f66fe70f852 (patch)
tree16ae7499a19edecbade3e1455b8352f869204365
parentcc4553c6b352146604484a177e59b4ba7eec19f2 (diff)
downloadguix-144c8e6b769377170fa8a41b44860f66fe70f852.tar.gz
gnu: Syncthing: Update to 1.18.6.
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.6.
-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 b05ef88982..75a69c8d87 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -46,7 +46,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.18.5")
+    (version "1.18.6")
     ; XXX After the go-build-system can use "Go modules", stop using bundled
     ; dependencies for Syncthing.
     (source (origin
@@ -56,7 +56,7 @@
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "07yzhc8ilwv9r9cpqdzd1i1mcgi4875xbz9k4dfm5rkazvav8kf6"))))
+                "0hlyk2nvsnf4am1vqc4zl91acf2rhpr1gy4gppk2aa5x85h9qisc"))))
     (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