diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-06 12:48:37 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-12-06 12:54:06 -0500 |
commit | 7bcfb590a6d25fb4f675f0ab5cf743d6454729a8 (patch) | |
tree | 8a27770f4c0967f8c8d02f4d37c3d8519ed0b026 /gnu | |
parent | fc6f1ce9141ab25ca3026c2f2503f1ced7e0a547 (diff) | |
download | patches-7bcfb590a6d25fb4f675f0ab5cf743d6454729a8.tar patches-7bcfb590a6d25fb4f675f0ab5cf743d6454729a8.tar.gz |
gnu: syncthing: Update to 0.14.41.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.41.
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 b7c8ee952d..170272222d 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -28,7 +28,7 @@ (define-public syncthing (package (name "syncthing") - (version "0.14.40") + (version "0.14.41") (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 - "044pjz3x3fgpbsbkzgf72ljpwvvsqfj8fm9cnz7l8293cw2ssq4f")))) + "1liarl09grcb0mlw20nlrmir2glxqlykv4l0z0f0gj2w1wk3qz8a")))) (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 |