diff mbox series

[bug#67907] update syncthing to 1.27.1

Message ID 87bkam2gq7.fsf@lambda-y.net
State New
Headers show
Series [bug#67907] update syncthing to 1.27.1 | expand

Commit Message

Benjamin Slade Dec. 19, 2023, 6:23 p.m. UTC
--

'(Dr Benjamin Slade (he/him)
     (website . <https://lambda-y.net>)     
     `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
       "sent by mu4e 1.10.8 in Emacs 30.0.50 with org-msg on GNU Guix (Linux)")

Comments

Leo Famulari Dec. 21, 2023, 12:10 a.m. UTC | #1
On Tue, Dec 19, 2023 at 12:23:03PM -0600, Benjamin Slade wrote:
> --
> 
> '(Dr Benjamin Slade (he/him)
>      (website . <https://lambda-y.net>)     
>      `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
>        "sent by mu4e 1.10.8 in Emacs 30.0.50 with org-msg on GNU Guix (Linux)")

> diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
> index 2b8a37b..7598b46 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-module (gnu packages syncthing)
>  (define-public syncthing
>    (package
>      (name "syncthing")
> -    (version "1.25.0")
> +    (version "1.27.1")

Thanks! Pushed as 49a7a95ba44e231e9e15a274f9a96de6fa012daf
diff mbox series

Patch

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 2b8a37b..7598b46 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-module (gnu packages syncthing)
 (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 @@  (define-public syncthing
                                   "/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