unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68752] [PATCH] gnu: syncthing: Update to 1.27.2.
@ 2024-01-27  7:23 David Pflug
  2024-02-09 22:24 ` bug#68752: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-01-27  7:23 UTC (permalink / raw)
  To: 68752; +Cc: David Pflug

* gnu/packages/syncthing.scm (syncthing): Update to 1.27.2.

Change-Id: Ifc6af7a518d4dfc75e42889de1a0873cdcbdfaaf
---
 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 7598b46824..514bb1c1c1 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2023 Benjamin Slade <slade@lambda-y.net>
+;;; Copyright © 2024 David Pflug <david@pflug.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -45,7 +46,7 @@ (define-module (gnu packages syncthing)
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.27.1")
+    (version "1.27.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing"
@@ -53,7 +54,7 @@ (define-public syncthing
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "0d1qlzh07a9h2wx2fxm2fdask2sm750pqwk7jx62x2hcwmb08ysw"))))
+                "0g418jyqqik8ds8qcrlnmm2bhwwpbrfgd82fg2jyip4zw1aicqia"))))
     (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

base-commit: 2823253484e49391c6ba3c653a2f9e9f5e5f38ae
-- 
2.41.0





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

* bug#68752: [PATCH] gnu: syncthing: Update to 1.27.2.
  2024-01-27  7:23 [bug#68752] [PATCH] gnu: syncthing: Update to 1.27.2 David Pflug
@ 2024-02-09 22:24 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-09 22:24 UTC (permalink / raw)
  To: 68752-done

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


Hi,

Pushed as 21aaf1c25ad72e7b1514caa1cba155f9e771c8c6 to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-02-09 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-27  7:23 [bug#68752] [PATCH] gnu: syncthing: Update to 1.27.2 David Pflug
2024-02-09 22:24 ` bug#68752: " Sharlatan Hellseher

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