guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: syncthing: Update to 1.23.6.


From: guix-commits
Subject: 02/03: gnu: syncthing: Update to 1.23.6.
Date: Mon, 21 Aug 2023 17:17:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bf8e77643c67c62ecaf25701b0f321483968a017
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sat Aug 5 10:20:20 2023 +0200

    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>
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]