[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: syncthing: Update to 0.14.45.
From: |
Leo Famulari |
Subject: |
09/09: gnu: syncthing: Update to 0.14.45. |
Date: |
Tue, 6 Mar 2018 13:26:19 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 3b5262865c4d5ca1d73cdda86acf1e2a0b48d470
Author: Leo Famulari <address@hidden>
Date: Tue Feb 20 08:59:31 2018 -0500
gnu: syncthing: Update to 0.14.45.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.45.
[inputs]: Remove go-github-com-xtaci-kcp-go,
go-github-com-ccding-go-stun, and go-github-com-xtaci-smux. Add
go-github-com-pkg-errors.
---
gnu/packages/syncthing.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 60ad234..6c3792b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -28,7 +28,7 @@
(define-public syncthing
(package
(name "syncthing")
- (version "0.14.44")
+ (version "0.14.45")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@@ -36,7 +36,7 @@
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
- "0fxq52w1b05928xp0a333rg23fabj0nykgg7v4gz01f3vrxyydi1"))
+ "0nv5g9ymykl4316l2g3mnac77y2rx9ps4j2kg3pymxlq6qms2dij"))
(modules '((guix build utils)))
;; Delete bundled ("vendored") free software source code.
(snippet
@@ -110,8 +110,6 @@
(inputs
`(("go-github-com-audriusbutkevicius-cli"
,go-github-com-audriusbutkevicius-cli)
- ("go-github-com-xtaci-kcp-go"
- ,go-github-com-xtaci-kcp-go)
("go-github-com-audriusbutkevicius-go-nat-pmp"
,go-github-com-audriusbutkevicius-go-nat-pmp)
("go-github-com-audriusbutkevicius-pfilter"
@@ -119,8 +117,6 @@
("go-github-com-bkaradzic-go-lz4" ,go-github-com-bkaradzic-go-lz4)
("go-github-com-calmh-du" ,go-github-com-calmh-du)
("go-github-com-calmh-xdr" ,go-github-com-calmh-xdr)
- ("go-github-com-ccding-go-stun"
- ,go-github-com-ccding-go-stun)
("go-github-com-prometheus-union" ,(go-github-com-prometheus-union))
("go-github-com-chmduquesne-rollinghash-adler32"
,go-github-com-chmduquesne-rollinghash-adler32)
@@ -137,12 +133,12 @@
("go-github-com-minio-sha256-simd" ,go-github-com-minio-sha256-simd)
("go-github-com-oschwald-geoip2-golang"
,go-github-com-oschwald-geoip2-golang)
+ ("go-github-com-pkg-errors" ,go-github-com-pkg-errors)
("go-github-com-rcrowley-go-metrics" ,go-github-com-rcrowley-go-metrics)
("go-github-com-sasha-s-go-deadlock" ,go-github-com-sasha-s-go-deadlock)
("go-github-com-syndtr-goleveldb" ,go-github-com-syndtr-goleveldb)
("go-github-com-thejerf-suture" ,go-github-com-thejerf-suture)
("go-github-com-vitrun-qart" ,(go-github-com-vitrun-qart-union))
- ("go-github-com-xtaci-smux" ,go-github-com-xtaci-smux)
("go-golang-org-x-crypto" ,(go-golang-org-x-crypto-union))
("go-golang-org-x-net-union" ,(go-golang-org-x-net-union))
("go-golang-org-x-text" ,(go-golang-org-x-text-union))
- branch master updated (77412c4 -> 3b52628), Leo Famulari, 2018/03/06
- 01/09: gnu: Remove go-github-com-xtaci-smux., Leo Famulari, 2018/03/06
- 04/09: gnu: Remove go-github-com-klauspost-cpuid., Leo Famulari, 2018/03/06
- 03/09: gnu: Remove go-github-com-ccding-go-stun., Leo Famulari, 2018/03/06
- 02/09: gnu: Remove go-github-com-xtaci-kcp-go., Leo Famulari, 2018/03/06
- 06/09: gnu: Remove go-github-com-tjfoc-gmsm-sm4., Leo Famulari, 2018/03/06
- 05/09: gnu: Remove go-github-com-klauspost-reedsolomon., Leo Famulari, 2018/03/06
- 08/09: gnu: Remove go-github-com-templexxx-xor., Leo Famulari, 2018/03/06
- 09/09: gnu: syncthing: Update to 0.14.45.,
Leo Famulari <=
- 07/09: gnu: Remove go-github-com-templexxx-cpufeat., Leo Famulari, 2018/03/06