diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2023-08-05 10:20:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-08-21 23:11:19 +0200 |
commit | bf8e77643c67c62ecaf25701b0f321483968a017 (patch) | |
tree | 44ef0ce9f4a98787ecf4b901f88603ac0ff59b5c /gnu/packages | |
parent | cf28f46930f1ea4087d84c162cfacfcdff842b1f (diff) | |
download | guix-bf8e77643c67c62ecaf25701b0f321483968a017.tar.gz guix-bf8e77643c67c62ecaf25701b0f321483968a017.zip |
gnu: syncthing: Update to 1.23.6.
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/syncthing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index dd54100ce6..6ae8016491 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -46,7 +46,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.23.4") + (version "1.23.6") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -54,7 +54,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "1yi9adlp30myizlmv7a118cwrm6w1qfv09b0z7x1b7n4i8pqi8h6")))) + "03myinspq61aiis29mq0xjigj5rh5jd8m0d9xakf43vi7pqgwjbc")))) (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 |