gnu: syncthing: Update to 0.14.40.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.40. [inputs]: Add go-github-com-zillode-notify.
This commit is contained in:
parent
52ff28e4aa
commit
03b154f800
|
@ -28,7 +28,7 @@
|
||||||
(define-public syncthing
|
(define-public syncthing
|
||||||
(package
|
(package
|
||||||
(name "syncthing")
|
(name "syncthing")
|
||||||
(version "0.14.39")
|
(version "0.14.40")
|
||||||
(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 @@
|
||||||
"/syncthing-source-v" version ".tar.gz"))
|
"/syncthing-source-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07mrvd3vq0p4f550dpq73xg1vpa2h7xxz7vq07sjw0whapknkw9f"))))
|
"044pjz3x3fgpbsbkzgf72ljpwvvsqfj8fm9cnz7l8293cw2ssq4f"))))
|
||||||
(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
|
||||||
|
@ -158,7 +158,8 @@
|
||||||
("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-d4l3k-messagediff"
|
||||||
,go-github-com-d4l3k-messagediff)))
|
,go-github-com-d4l3k-messagediff)
|
||||||
|
("go-github-com-zillode-notify" ,go-github-com-zillode-notify)))
|
||||||
(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 New Issue