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.46.


From: Leo Famulari
Subject: 02/02: gnu: syncthing: Update to 0.14.46.
Date: Wed, 4 Apr 2018 18:31:22 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit b4eadf7e7f61212b4dec4f18ee867aaf97ab45f7
Author: Leo Famulari <address@hidden>
Date:   Wed Apr 4 18:30:16 2018 -0400

    gnu: syncthing: Update to 0.14.46.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 0.14.46.
---
 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 8fba25a..4c60760 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -28,7 +28,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "0.14.45")
+    (version "0.14.46")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing";
@@ -36,7 +36,7 @@
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "0nv5g9ymykl4316l2g3mnac77y2rx9ps4j2kg3pymxlq6qms2dij"))
+                "0h5b2mp0li0qzrz3wggzavdfqfaz9b79hx6wds84ya2i9maw80cl"))
               (modules '((guix build utils)))
               ;; Delete bundled ("vendored") free software source code.
               (snippet



reply via email to

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