diff options
author | Leo Famulari <leo@famulari.name> | 2018-10-31 13:10:28 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-11-06 11:16:22 -0500 |
commit | f25614229bcde50bfec529dab55fd2f810bbbb9a (patch) | |
tree | f5e24cee0ea0f8f20d9b9c9adc32a01c03256ae1 | |
parent | 4cceb1432a381b100d416e6451e63b278e626710 (diff) | |
download | gnu-guix-f25614229bcde50bfec529dab55fd2f810bbbb9a.tar gnu-guix-f25614229bcde50bfec529dab55fd2f810bbbb9a.tar.gz |
gnu: Syncthing: Update to 0.14.52.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.52.
-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 48b52d2002..5d681b816e 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -30,7 +30,7 @@ (define-public syncthing (package (name "syncthing") - (version "0.14.51") + (version "0.14.52") (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 - "17phn8l2afhgzh0q9ambi28awj2m905sr1bicq2wc7ghypk5vgqh")) + "1hhn72l74vb9l32i1a54ry2l85ji78cq6isd20lxxdk0bjqc4m29")) (modules '((guix build utils))) ;; Delete bundled ("vendored") free software source code. (snippet '(begin |