mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: syncthing: Update to 0.14.43.
* gnu/packages/syncthing.scm (syncthing): Update to v0.14.43.
This commit is contained in:
parent
924d777a34
commit
d9a38cc255
1 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ (define-module (gnu packages syncthing)
|
||||||
(define-public syncthing
|
(define-public syncthing
|
||||||
(package
|
(package
|
||||||
(name "syncthing")
|
(name "syncthing")
|
||||||
(version "0.14.42")
|
(version "0.14.43")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/syncthing/syncthing"
|
(uri (string-append "https://github.com/syncthing/syncthing"
|
||||||
|
@ -36,7 +36,7 @@ (define-public syncthing
|
||||||
"/syncthing-source-v" version ".tar.gz"))
|
"/syncthing-source-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qqcn8j2hng4jl6ndbrjmbiwbl2f305qx5yw7swbvj7s3l7k756i"))))
|
"175xkc4i00axxljc5kgkr30lm1s9hfmz0hrzrsl91rpwpbh500mv"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
;; The primary Syncthing executable goes to "out", while the auxiliary
|
;; The primary Syncthing executable goes to "out", while the auxiliary
|
||||||
;; server programs and utility tools go to "utils". This reduces the size
|
;; server programs and utility tools go to "utils". This reduces the size
|
||||||
|
@ -157,9 +157,9 @@ (define-public syncthing
|
||||||
("go-golang-org-x-net-union" ,(go-golang-org-x-net-union))
|
("go-golang-org-x-net-union" ,(go-golang-org-x-net-union))
|
||||||
("go-golang-org-x-text" ,(go-golang-org-x-text-union))
|
("go-golang-org-x-text" ,(go-golang-org-x-text-union))
|
||||||
("go-golang-org-x-time-rate" ,go-golang-org-x-time-rate)
|
("go-golang-org-x-time-rate" ,go-golang-org-x-time-rate)
|
||||||
("go-github-com-d4l3k-messagediff"
|
("go-github-com-zillode-notify" ,go-github-com-zillode-notify)
|
||||||
,go-github-com-d4l3k-messagediff)
|
;; For tests
|
||||||
("go-github-com-zillode-notify" ,go-github-com-zillode-notify)))
|
("go-github-com-d4l3k-messagediff" ,go-github-com-d4l3k-messagediff)))
|
||||||
(synopsis "Decentralized continuous filesystem synchronization")
|
(synopsis "Decentralized continuous filesystem synchronization")
|
||||||
(description "Syncthing is a peer-to-peer file synchronization tool that
|
(description "Syncthing is a peer-to-peer file synchronization tool that
|
||||||
supports a wide variety of computing platforms. It uses the Block Exchange
|
supports a wide variety of computing platforms. It uses the Block Exchange
|
||||||
|
|
Loading…
Reference in a new issue