me
/
guix
Archived
1
0
Fork 0

gnu: Syncthing: Update to 1.18.5.

* gnu/packages/syncthing.scm (syncthing): Update to 1.18.5.
master
Leo Famulari 2021-12-17 17:15:26 -05:00
parent 065c5e9435
commit 9dd7e57d16
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
(define-public syncthing (define-public syncthing
(package (package
(name "syncthing") (name "syncthing")
(version "1.18.4") (version "1.18.5")
; XXX After the go-build-system can use "Go modules", stop using bundled ; XXX After the go-build-system can use "Go modules", stop using bundled
; dependencies for Syncthing. ; dependencies for Syncthing.
(source (origin (source (origin
@ -55,7 +55,7 @@
"/syncthing-source-v" version ".tar.gz")) "/syncthing-source-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"00kw1j2qi5ylbycv43n5177r3a3651qxhds927x6cz0a2b7qac8n")))) "07yzhc8ilwv9r9cpqdzd1i1mcgi4875xbz9k4dfm5rkazvav8kf6"))))
(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