summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-12-19 15:34:07 -0500
committerLeo Famulari <leo@famulari.name>2017-12-25 22:26:58 -0500
commit187cc2b4037c52ceb444719a038e51704fcd15b3 (patch)
treedae29e850c23a03bb3c222ba9a547a99f562b5de
parent3b58b7f27c80de5ec9dce536e832d45bd70b8995 (diff)
downloadpatches-187cc2b4037c52ceb444719a038e51704fcd15b3.tar
patches-187cc2b4037c52ceb444719a038e51704fcd15b3.tar.gz
gnu: syncthing: Update to 0.14.42.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.42.
-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 7d639274a5..5d7c0f5b36 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -28,7 +28,7 @@
(define-public syncthing
(package
(name "syncthing")
- (version "0.14.41")
+ (version "0.14.42")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@@ -36,7 +36,7 @@
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
- "1liarl09grcb0mlw20nlrmir2glxqlykv4l0z0f0gj2w1wk3qz8a"))))
+ "0qqcn8j2hng4jl6ndbrjmbiwbl2f305qx5yw7swbvj7s3l7k756i"))))
(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