GNU bug report logs -
#52275
[PATCH] gnu: syncthing: Update to 1.18.4.
Previous Next
Reported by: Simen Endsjø <simendsjo <at> gmail.com>
Date: Sat, 4 Dec 2021 12:07:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 52275 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.1.
---
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 4deb60bee2..ee57998ce8 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2021 Arun Isaac <arunisaac <at> systemreboot.net>
+;;; Copyright © 2021 Simen Endsjø <simendsjo <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -45,7 +46,7 @@ (define-module (gnu packages syncthing)
(define-public syncthing
(package
(name "syncthing")
- (version "1.16.1")
+ (version "1.18.1")
; XXX After the go-build-system can use "Go modules", stop using bundled
; dependencies for Syncthing.
(source (origin
@@ -55,7 +56,7 @@ (define-public syncthing
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
- "0m5k37sp3px8acs3y9an5wzy1wbcbdvqq74jy0pwzfk4bjbr999j"))))
+ "112mj4vzxija6czaysn3siac9gka9r9694yqi4rsnwlyln3qwsrz"))))
(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: 85ed37c170756bac78e4fd7fd83adba7e9537030
--
2.34.0
This bug report was last modified 3 years and 165 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.