diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-03-06 16:31:58 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-06 16:31:58 +0100 |
| commit | f339df425eb00cb8d9418b3a338d7e03afd4a09c (patch) | |
| tree | 63770d1bfb9325f843f20b2f2d793f291b42f8d8 /gnu/packages/syncthing.scm | |
| parent | e21bd8dff8e85635ef96c4bf043dda6539f604cd (diff) | |
| parent | 7016e62070b27d8e77e3ec7b4dd5e78653ade114 (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/syncthing.scm')
| -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 e4f8c0901..5bb11b040 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>. |