Archived
1
0
Fork 0

gnu: Syncthing: Update to 1.23.4.

* gnu/packages/syncthing.scm (syncthing): Update to 1.23.4.
This commit is contained in:
Ryan Schanzenbacher 2023-04-10 09:27:47 -04:00 committed by Maxim Cournoyer
parent bcc2cd5fef
commit 0f59fbe2db
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -46,7 +46,7 @@
(define-public syncthing (define-public syncthing
(package (package
(name "syncthing") (name "syncthing")
(version "1.23.2") (version "1.23.4")
(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
"12d1mmqr4l0xhapq72i8yjsrzma79zsv664rhyjfpajfdw7cl3ix")))) "1yi9adlp30myizlmv7a118cwrm6w1qfv09b0z7x1b7n4i8pqi8h6"))))
(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