diff options
author | Leo Famulari <leo@famulari.name> | 2019-03-05 11:36:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-03-05 14:42:49 -0500 |
commit | f4319c6e286b3f3a32e83020231304cb9eed6ee0 (patch) | |
tree | 484d9c6263c0825ce09cf9b90d82674395fd7f79 /gnu | |
parent | f862697b5c11a14a1bbc59adc4cfd90bc2526124 (diff) | |
download | patches-f4319c6e286b3f3a32e83020231304cb9eed6ee0.tar patches-f4319c6e286b3f3a32e83020231304cb9eed6ee0.tar.gz |
gnu: Syncthing: Update to 1.1.0.
* gnu/packages/syncthing.scm (syncthing): Update to 1.1.0.
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 e4f8c09016..5bb11b0400 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -30,7 +30,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.0.1") + (version "1.1.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -38,7 +38,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "0gas07lxm5d2c21axgcs90r779rj9sk3jymnnffxz457rvpr2qn3")) + "1iks1a3149gj89yqmqa5iry2ik2sj9sjhlhc6nfh7xq4swqgsrb5")) ;; Since the update to Go 1.11, Go programs have been keeping ;; spurious references to all their dependencies: ;; <https://bugs.gnu.org/33620>. |