* [bug#62127] [PATCH] gnu: Syncthing: Update to 1.23.2.
@ 2023-03-11 19:17 Leo Famulari
2023-03-22 15:43 ` [bug#62127] [PATCH v2] " Leo Famulari
2023-03-24 20:24 ` bug#62127: [PATCH] " Leo Famulari
0 siblings, 2 replies; 3+ messages in thread
From: Leo Famulari @ 2023-03-11 19:17 UTC (permalink / raw)
To: 62127
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.2.
[arguments]: Build with Go 1.20.
---
gnu/packages/syncthing.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 5f98cb56b0..2ee2ed258b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -46,7 +46,7 @@ (define-module (gnu packages syncthing)
(define-public syncthing
(package
(name "syncthing")
- (version "1.23.0")
+ (version "1.23.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@@ -54,7 +54,7 @@ (define-public syncthing
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
- "0n7438vppr8yrq8k4lsacjr48m1l0bfc2wv7rbrsc5br5bfx6rhg"))))
+ "12d1mmqr4l0xhapq72i8yjsrzma79zsv664rhyjfpajfdw7cl3ix"))))
(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
@@ -64,7 +64,7 @@ (define-public syncthing
`(#:modules ((srfi srfi-26) ; for cut
(guix build utils)
(guix build go-build-system))
- #:go ,go-1.19
+ #:go ,go-1.20
#:import-path "github.com/syncthing/syncthing"
;; We don't need to install the source code for end-user applications.
#:install-source? #f
--
2.39.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#62127] [PATCH v2] gnu: Syncthing: Update to 1.23.2.
2023-03-11 19:17 [bug#62127] [PATCH] gnu: Syncthing: Update to 1.23.2 Leo Famulari
@ 2023-03-22 15:43 ` Leo Famulari
2023-03-24 20:24 ` bug#62127: [PATCH] " Leo Famulari
1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2023-03-22 15:43 UTC (permalink / raw)
To: 62127
Version 2 of this patch discards the attempted update of the Go compiler
to 1.20. This follows upstream, and is a result of this build failure:
https://github.com/syncthing/syncthing/issues/8799
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.2.
---
gnu/packages/syncthing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 5f98cb56b0..9a86145b34 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -46,7 +46,7 @@ (define-module (gnu packages syncthing)
(define-public syncthing
(package
(name "syncthing")
- (version "1.23.0")
+ (version "1.23.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@@ -54,7 +54,7 @@ (define-public syncthing
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
- "0n7438vppr8yrq8k4lsacjr48m1l0bfc2wv7rbrsc5br5bfx6rhg"))))
+ "12d1mmqr4l0xhapq72i8yjsrzma79zsv664rhyjfpajfdw7cl3ix"))))
(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
--
2.39.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#62127: [PATCH] gnu: Syncthing: Update to 1.23.2.
2023-03-11 19:17 [bug#62127] [PATCH] gnu: Syncthing: Update to 1.23.2 Leo Famulari
2023-03-22 15:43 ` [bug#62127] [PATCH v2] " Leo Famulari
@ 2023-03-24 20:24 ` Leo Famulari
1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2023-03-24 20:24 UTC (permalink / raw)
To: 62127-done
Pushed as de84b24613afa4020f3f0553dad8e39a78d1f92c
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-24 22:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-11 19:17 [bug#62127] [PATCH] gnu: Syncthing: Update to 1.23.2 Leo Famulari
2023-03-22 15:43 ` [bug#62127] [PATCH v2] " Leo Famulari
2023-03-24 20:24 ` bug#62127: [PATCH] " 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).