guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: syncthing: Update to 0.14.47.


From: Leo Famulari
Subject: 04/04: gnu: syncthing: Update to 0.14.47.
Date: Tue, 1 May 2018 10:54:40 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 2660e6a319de1404f5759fbfe45c694fe58646d6
Author: Leo Famulari <address@hidden>
Date:   Tue May 1 10:43:56 2018 -0400

    gnu: syncthing: Update to 0.14.47.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 0.14.47.
---
 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 152477b..e29405a 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -29,7 +29,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "0.14.46")
+    (version "0.14.47")
     (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
-                "0h5b2mp0li0qzrz3wggzavdfqfaz9b79hx6wds84ya2i9maw80cl"))
+                "1wz6cwq3la5676z1c20sh4fykmjwhs410xzcnb2jfyzaldf57cwj"))
               (modules '((guix build utils)))
               ;; Delete bundled ("vendored") free software source code.
               (snippet



reply via email to

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