guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Update Syncthing to 0.14.48.


From: Leo Famulari
Subject: 02/02: gnu: Update Syncthing to 0.14.48.
Date: Tue, 5 Jun 2018 20:36:22 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit f83eadd2ad894ba14f5bd627bede6277b12a9945
Author: Leo Famulari <address@hidden>
Date:   Sat May 12 16:47:28 2018 -0400

    gnu: Update Syncthing to 0.14.48.
    
    *  gnu/packages/syncthing.scm (syncthing): Update to 0.14.48.
---
 gnu/packages/syncthing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 79c2b0c..1da0ace 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]