summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-05-12 16:47:28 -0400
committerLeo Famulari <leo@famulari.name>2018-06-05 20:35:52 -0400
commitf83eadd2ad894ba14f5bd627bede6277b12a9945 (patch)
treef2f0e57302cb434db9611e86ebd2e5851f6c4f6c
parenta624be49a2feb16fa4023bf25f67e657dd2cd37e (diff)
downloadguix-f83eadd2ad894ba14f5bd627bede6277b12a9945.tar.gz
gnu: Update Syncthing to 0.14.48.
*  gnu/packages/syncthing.scm (syncthing): Update to 0.14.48.
-rw-r--r--gnu/packages/syncthing.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 79c2b0ce30..1da0acecee 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -29,7 +29,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "0.14.47")
+    (version "0.14.48")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing"
@@ -37,7 +37,7 @@
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "1wz6cwq3la5676z1c20sh4fykmjwhs410xzcnb2jfyzaldf57cwj"))
+                "0bxkm5jlj6l4gai23bg0y31brr80r9qllh1rdg29pahjn0c2b4ml"))
               (modules '((guix build utils)))
               ;; Delete bundled ("vendored") free software source code.
               (snippet