guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: Syncthing: Update to 1.2.1.


From: guix-commits
Subject: 05/05: gnu: Syncthing: Update to 1.2.1.
Date: Mon, 12 Aug 2019 16:23:46 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a797e55ca0ebeb88ede693e3eb462d1a9a54b527
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 12 00:20:29 2019 -0400

    gnu: Syncthing: Update to 1.2.1.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 1.2.1.
---
 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 b2f843e..0f81b88 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -30,7 +30,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.2.0")
+    (version "1.2.1")
     (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
-                "1l7crhggg2vq4y7pgzsj8wp7k4l9hw5yblflly5bzwywzxz8ff83"))
+                "1b6fidpkwfa2bm6hlv4p0bzxa1ha6s88vajczhryhqi5vjfxafri"))
               (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]