guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Syncthing: Update to 1.20.3.


From: guix-commits
Subject: 02/02: gnu: Syncthing: Update to 1.20.3.
Date: Tue, 5 Jul 2022 23:10:04 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3eeeaa26aa40a552a0bf23882aeaf07ca8ddaa20
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jul 5 13:09:49 2022 -0400

    gnu: Syncthing: Update to 1.20.3.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 1.20.3.
---
 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 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



reply via email to

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