guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Syncthing: Update to 1.27.1.


From: guix-commits
Subject: branch master updated: gnu: Syncthing: Update to 1.27.1.
Date: Wed, 20 Dec 2023 19:10:18 -0500

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 49a7a95ba4 gnu: Syncthing: Update to 1.27.1.
49a7a95ba4 is described below

commit 49a7a95ba44e231e9e15a274f9a96de6fa012daf
Author: Benjamin Slade <slade@lambda-y.net>
AuthorDate: Tue Dec 19 12:23:03 2023 -0600

    gnu: Syncthing: Update to 1.27.1.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 1.27.1.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
    Change-Id: Ib95828dee7b2b8b5f852a47026f3bbff69361329
---
 gnu/packages/syncthing.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 2b8a37b518..7598b46824 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2023 Benjamin Slade <slade@lambda-y.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -44,7 +45,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.25.0")
+    (version "1.27.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing";
@@ -52,7 +53,7 @@
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "18cyg0wnf34xi964fxvzxgcq6z0pbirk0k4z82w1cqi3f3l9jlg2"))))
+                "0d1qlzh07a9h2wx2fxm2fdask2sm750pqwk7jx62x2hcwmb08ysw"))))
     (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]