guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Syncthing: Update to 1.1.2.


From: guix-commits
Subject: 01/01: gnu: Syncthing: Update to 1.1.2.
Date: Wed, 8 May 2019 15:01:23 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5c894295864c4ee30ce664a365758aa0c0b6f36f
Author: Leo Famulari <address@hidden>
Date:   Wed May 8 14:56:54 2019 -0400

    gnu: Syncthing: Update to 1.1.2.
    
    *  gnu/packages/syncthing.scm (syncthing): Update to 1.1.2.
---
 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 4dd6d46..f9e7db2 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -30,7 +30,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.1.1")
+    (version "1.1.2")
     (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
-                "0xrlw95yp2p66rlvp2a2czf92m3hb3l8v3p39cwnaiw928y5i5m7"))
+                "0x2203xa4fxadj7ra7l2ac285j3gi1qgghpkssl4hkcq0kjmxqrk"))
               (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]