[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: Syncthing: Update to 1.4.0.
From: |
guix-commits |
Subject: |
05/05: gnu: Syncthing: Update to 1.4.0. |
Date: |
Tue, 17 Mar 2020 16:04:37 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 6838611252d027a1ef8324cd6dae049040374067
Author: Leo Famulari <address@hidden>
AuthorDate: Mon Mar 2 15:13:37 2020 -0500
gnu: Syncthing: Update to 1.4.0.
* gnu/packages/syncthing.scm (syncthing): Update to 1.4.0.
[inputs]: Add go-github-com-willf-bloom.
---
gnu/packages/syncthing.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index afa32e9..77f0aa3 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -30,7 +30,7 @@
(define-public syncthing
(package
(name "syncthing")
- (version "1.3.4")
+ (version "1.4.0")
(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
- "025fhfqzcl5qd38zak8485pd67iqkzsf6frm02cl25s3ggv2f0p4"))
+ "1p9y943kd09pxmsaahbdml2mn2qlwbx23hvbsm1sqbbm8ma9ai8c"))
(modules '((guix build utils)))
;; Delete bundled ("vendored") free software source code.
(snippet '(begin
@@ -95,6 +95,7 @@
("go-github-com-ccding-go-stun" ,go-github-com-ccding-go-stun)
("go-github-com-audriusbutkevicius-pfilter"
,go-github-com-audriusbutkevicius-pfilter)
("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
("go-github-com-d4l3k-messagediff" ,go-github-com-d4l3k-messagediff)))