guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Syncthing: Update to 1.4.1.


From: guix-commits
Subject: 03/03: gnu: Syncthing: Update to 1.4.1.
Date: Tue, 7 Apr 2020 22:05:00 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit be54cbe6900806fbd369caeb5a82819c78a248c6
Author: Leo Famulari <address@hidden>
AuthorDate: Tue Apr 7 17:19:45 2020 -0400

    gnu: Syncthing: Update to 1.4.1.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 1.4.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 77f0aa3..14aee33 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -30,7 +30,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.4.0")
+    (version "1.4.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
-                "1p9y943kd09pxmsaahbdml2mn2qlwbx23hvbsm1sqbbm8ma9ai8c"))
+                "0p1855n29rin2y8bjvmr7gkm18xd2j7js15l8nqcmyd33d60568z"))
               (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]