[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: syncthing: Update to 1.27.2.
From: |
guix-commits |
Subject: |
06/17: gnu: syncthing: Update to 1.27.2. |
Date: |
Fri, 9 Feb 2024 17:19:41 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 21aaf1c25ad72e7b1514caa1cba155f9e771c8c6
Author: David Pflug <david@pflug.io>
AuthorDate: Sat Jan 27 02:23:53 2024 -0500
gnu: syncthing: Update to 1.27.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.27.2.
Change-Id: Ifc6af7a518d4dfc75e42889de1a0873cdcbdfaaf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 e3c0593aee..4c3aa8f30b 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-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 @@
"/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
- branch master updated (8ffc923368 -> 6dcc097cd8), guix-commits, 2024/02/09
- 02/17: gnu: bcachefs-tools: Restyle format., guix-commits, 2024/02/09
- 01/17: gnu: bcachefs-tools: Update to 1.4.1., guix-commits, 2024/02/09
- 06/17: gnu: syncthing: Update to 1.27.2.,
guix-commits <=
- 12/17: gnu: moe: Update to 1.14., guix-commits, 2024/02/09
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., guix-commits, 2024/02/09
- 15/17: gnu: vale: Remove package labeles., guix-commits, 2024/02/09
- 17/17: gnu: patool: Update to 2.1.1., guix-commits, 2024/02/09
- 04/17: gnu: clifm: Update to 1.16, guix-commits, 2024/02/09
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9., guix-commits, 2024/02/09