me
/
guix
Archived
1
0
Fork 0

gnu: Syncthing: Update to 1.19.0.

* gnu/packages/syncthing.scm (syncthing): Update to 1.19.0.
master
Leo Famulari 2022-02-02 12:37:20 -05:00
parent 9408a4edcb
commit 6cced3f1e6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 4 deletions

View File

@ -46,9 +46,7 @@
(define-public syncthing
(package
(name "syncthing")
(version "1.18.6")
; XXX After the go-build-system can use "Go modules", stop using bundled
; dependencies for Syncthing.
(version "1.19.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@ -56,7 +54,7 @@
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
"0hlyk2nvsnf4am1vqc4zl91acf2rhpr1gy4gppk2aa5x85h9qisc"))))
"13b8dsvqgah13w5sfbwv1fpwj6sfqj2lv0d0x9433ljjq92lxkbg"))))
(build-system go-build-system)
;; The primary Syncthing executable goes to "out", while the auxiliary
;; server programs and utility tools go to "utils". This reduces the size