me
/
guix
Archived
1
0
Fork 0

gnu: Syncthing: Update to 1.20.3.

* gnu/packages/syncthing.scm (syncthing): Update to 1.20.3.
master
Leo Famulari 2022-07-05 13:09:49 -04:00
parent fca8991850
commit 3eeeaa26aa
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
(define-public syncthing (define-public syncthing
(package (package
(name "syncthing") (name "syncthing")
(version "1.20.2") (version "1.20.3")
(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"
@ -54,7 +54,7 @@
"/syncthing-source-v" version ".tar.gz")) "/syncthing-source-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0frm7fr7jaqhviahlsmv9p5iwp99s03l6qpvkjg770ln6wz7wwcy")))) "0xpm7bz4i6krr4wzj5fr10yk6f7jv2pf70b9dmvsgdvmrw412kqi"))))
(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