summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-07-05 13:09:49 -0400
committerLeo Famulari <leo@famulari.name>2022-07-05 23:09:30 -0400
commit3eeeaa26aa40a552a0bf23882aeaf07ca8ddaa20 (patch)
tree91eb63f623ab1db83b93991a0e7509595aab6ccb
parentfca89918502d56e90ff1da1705edee9f25024d55 (diff)
downloadguix-3eeeaa26aa40a552a0bf23882aeaf07ca8ddaa20.tar.gz
guix-3eeeaa26aa40a552a0bf23882aeaf07ca8ddaa20.tar.xz
gnu: Syncthing: Update to 1.20.3.
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.3.
-rw-r--r--gnu/packages/syncthing.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index ab1b2f5227..717a953f2f 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -46,7 +46,7 @@
(define-public syncthing
(package
(name "syncthing")
- (version "1.20.2")
+ (version "1.20.3")
(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
- "0frm7fr7jaqhviahlsmv9p5iwp99s03l6qpvkjg770ln6wz7wwcy"))))
+ "0xpm7bz4i6krr4wzj5fr10yk6f7jv2pf70b9dmvsgdvmrw412kqi"))))
(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