guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: syncthing: Update to 0.14.50.


From: Leo Famulari
Subject: 02/02: gnu: syncthing: Update to 0.14.50.
Date: Tue, 11 Sep 2018 03:25:20 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit b4ff75b5072613beaa66b72d1da4a30679ac7600
Author: Leo Famulari <address@hidden>
Date:   Tue Aug 7 13:34:20 2018 -0400

    gnu: syncthing: Update to 0.14.50.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 0.14.50.
---
 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 0a5136c..29caaaf 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -30,7 +30,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "0.14.49")
+    (version "0.14.50")
     (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
-                "06mzzj5iwgqw3yva7azrsqs9zpl84srbamza4gm03grp7v9gf3sj"))
+                "0yjj6zzivzw289bhwqjb4xcv8p39n5mcwwr5w6xf5ykzljc5pk55"))
               (modules '((guix build utils)))
               ;; Delete bundled ("vendored") free software source code.
               (snippet '(begin



reply via email to

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