guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: syncthing: Update to 1.4.2.


From: guix-commits
Subject: 05/08: gnu: syncthing: Update to 1.4.2.
Date: Fri, 10 Apr 2020 22:18:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 59357790443eccf93bec33c4a13cd54712793d5f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Apr 11 04:00:41 2020 +0200

    gnu: syncthing: Update to 1.4.2.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 1.4.2.
---
 gnu/packages/syncthing.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 14aee33..ae34454 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Petter <address@hidden>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Leo Famulari <address@hidden>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,7 +31,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.4.1")
+    (version "1.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing";
@@ -38,7 +39,7 @@
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "0p1855n29rin2y8bjvmr7gkm18xd2j7js15l8nqcmyd33d60568z"))
+                "16dqpbn4saxmmmqd5ya8zdkwvxzz4nim1p4w954zkkdz3cyg86h6"))
               (modules '((guix build utils)))
               ;; Delete bundled ("vendored") free software source code.
               (snippet '(begin
@@ -97,7 +98,7 @@
        ("go-github-com-lucas-clemente-quic-go" 
,go-github-com-lucas-clemente-quic-go)
        ("go-github-com-willf-bloom" ,go-github-com-willf-bloom)
 
-       ;; For tests
+       ;; For tests.
        ("go-github-com-d4l3k-messagediff" ,go-github-com-d4l3k-messagediff)))
 
     (arguments



reply via email to

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