gnu: Syncthing: Update to 1.20.4.

* gnu/packages/syncthing.scm (syncthing): Update to 1.20.4.
This commit is contained in:
Leo Famulari 2022-11-05 12:19:18 -04:00
parent 62d88f2531
commit 93d8aad521
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -47,7 +47,7 @@ (define-module (gnu packages syncthing)
(define-public syncthing
(package
(name "syncthing")
(version "1.20.3")
(version "1.20.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@ -55,7 +55,7 @@ (define-public syncthing
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
"0xpm7bz4i6krr4wzj5fr10yk6f7jv2pf70b9dmvsgdvmrw412kqi"))))
"1falkf3lv6x9avbcinqzndzix7mzl255hds1pcrw3sipsy2vfly1"))))
(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