[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Syncthing: Update to 1.23.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Syncthing: Update to 1.23.2. |
Date: |
Fri, 24 Mar 2023 16:23:38 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new de84b24613 gnu: Syncthing: Update to 1.23.2.
de84b24613 is described below
commit de84b24613afa4020f3f0553dad8e39a78d1f92c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Mar 11 14:10:43 2023 -0500
gnu: Syncthing: Update to 1.23.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.2.
---
gnu/packages/syncthing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 5f98cb56b0..9a86145b34 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -46,7 +46,7 @@
(define-public syncthing
(package
(name "syncthing")
- (version "1.23.0")
+ (version "1.23.2")
(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
- "0n7438vppr8yrq8k4lsacjr48m1l0bfc2wv7rbrsc5br5bfx6rhg"))))
+ "12d1mmqr4l0xhapq72i8yjsrzma79zsv664rhyjfpajfdw7cl3ix"))))
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Syncthing: Update to 1.23.2.,
guix-commits <=