unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67907] [PATCH] update syncthing to 1.27.1
@ 2023-12-19 18:23 Benjamin Slade
  2023-12-21  0:10 ` bug#67907: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Slade @ 2023-12-19 18:23 UTC (permalink / raw)
  To: 67907

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

--

'(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)")

[-- Attachment #2: update_syncthing_to_1.27.1.patch --]
[-- Type: text/x-patch, Size: 1324 bytes --]

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67907: [PATCH] update syncthing to 1.27.1
  2023-12-19 18:23 [bug#67907] [PATCH] update syncthing to 1.27.1 Benjamin Slade
@ 2023-12-21  0:10 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-12-21  0:10 UTC (permalink / raw)
  To: Benjamin Slade; +Cc: 67907-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-21  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 18:23 [bug#67907] [PATCH] update syncthing to 1.27.1 Benjamin Slade
2023-12-21  0:10 ` bug#67907: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).