[PATCH] gnu: syncthing: Update to 1.27.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Pflug
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
David Pflug
Severity
normal

Debbugs page

David Pflug wrote 1 years ago
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
ef849a5b36730553bb5a30471d04d58fb9e45b48.1706340233.git.david@pflug.io
* 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(-)

Toggle diff (34 lines)
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
Sharlatan Hellseher wrote 1 years ago
(address . 68752-done@debbugs.gnu.org)
87plx5s2da.fsf@gmail.com
Hi,

Pushed as 21aaf1c25ad72e7b1514caa1cba155f9e771c8c6 to master.

Thanks,
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXGpgEACgkQdtcnv/Ys
0rX9FA/9EyBWIF7vywu93JmS6Fd9dO5C9XQaNuczODzt7PCoeBRJvYawcu8ht6t6
H6LgX5aUw3eZSutcmEmBXY+a5X3qQODGl9Wd84fw/zu/c+OO5GVty1lCtCjZydlM
ZCHIrDNcFAZxZsozdhIRmLhAZ2Z3D+ncSbo58Os1mrv89D9XpuigC18ayvUl3NDe
8zfTBdEoxpcLt01sNEWW/YjtGOmdyIyaI0y0SFbxE1wNiLQWg/KOHkz9NmeN6tP3
ywe+eY+w3r76iMAxoV/ob1NKfR/ZIB9rVl0EkDFu5gJ8AHWkKPK8d0jVLjDM+csN
NfdugPG8YMDUSPIBrVJvPqWplUdpjV4TDaBx4Jqf4OrvpCTl/hpTkPydc3XH18R/
tD27jmHAjA6e6HhKRHelx7t4YrS8Oz1uK8T6fOIlfhwZPKAMCsA5i+PZSIn5cbHB
Bj2SGOQJOxy1gLEfVTFc8sqB6r7dzwHPZCVGr77yenyjdGUq19xH0yS7C3LQBJZ3
QwF/QXmrpxV2GfcCTH+aqp5FTkBuxkNviuZAK3Yhn5dxJ9u2YjlC0oPrajinodGp
RFL+h0IQ14e7vk/t1obCxrGWWPCqjDeGsO+siWfXwdfw4KGJB1I1GC8FqLB58saz
+WrrmKh+g68RPRllOQHZ6IXNkV2x9Lm1bKr6080yqMCX561gacw=
=4ePb
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68752@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68752
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help