diff options
author | Leo Famulari <leo@famulari.name> | 2018-12-05 15:18:09 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-12-05 15:23:55 -0500 |
commit | 07315efc657d668527bb62780206f8abd40682fa (patch) | |
tree | 5bcc069d44c8c9c528728f7cb1d3d8869625e2d3 /gnu | |
parent | e8338e9101e31971f3151c5e4f5ec87bd3b3e195 (diff) | |
download | guix-07315efc657d668527bb62780206f8abd40682fa.tar guix-07315efc657d668527bb62780206f8abd40682fa.tar.gz |
gnu: Syncthing: Update to 0.14.54.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.54.
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 619897ab34..5222354e74 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -30,7 +30,7 @@ (define-public syncthing (package (name "syncthing") - (version "0.14.53") + (version "0.14.54") (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 - "0cplg4yw2szvfl91504s567n11qnxvfczzxvj9g1rhczgl7z14v5")) + "1pfjckwsrhy8lbmy42fawgh1gcfmjbh3dfxx05w5yjxnpd1g2z6r")) ;; Since the update to Go 1.11, Go programs have been keeping ;; spurious references to all their dependencies: ;; <https://bugs.gnu.org/33620>. |