mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Syncthing: Update to 1.18.5.
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.5.
This commit is contained in:
parent
065c5e9435
commit
9dd7e57d16
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ (define-module (gnu packages syncthing)
|
|||
(define-public syncthing
|
||||
(package
|
||||
(name "syncthing")
|
||||
(version "1.18.4")
|
||||
(version "1.18.5")
|
||||
; XXX After the go-build-system can use "Go modules", stop using bundled
|
||||
; dependencies for Syncthing.
|
||||
(source (origin
|
||||
|
@ -55,7 +55,7 @@ (define-public syncthing
|
|||
"/syncthing-source-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00kw1j2qi5ylbycv43n5177r3a3651qxhds927x6cz0a2b7qac8n"))))
|
||||
"07yzhc8ilwv9r9cpqdzd1i1mcgi4875xbz9k4dfm5rkazvav8kf6"))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue