[PATCH] gnu: syncthing: Update syncthing to 1.23.4

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Ryan Schanzenbacher
Owner
unassigned
Submitted by
Ryan Schanzenbacher
Severity
normal
R
R
Ryan Schanzenbacher wrote on 9 Apr 2023 20:07
(address . guix-patches@gnu.org)
df1f2f86-9a8d-04e4-383e-90655cfcbd85@rschanz.org
* gnu/packages/syncthing.scm: Update to 1.23.4.
---
gnu/packages/syncthing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 9a86145b34..c4204f32fe 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.2")
+ (version "1.23.4")
(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
- "12d1mmqr4l0xhapq72i8yjsrzma79zsv664rhyjfpajfdw7cl3ix"))))
+ "1yi9adlp30myizlmv7a118cwrm6w1qfv09b0z7x1b7n4i8pqi8h6"))))
(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.38.1
L
L
Leo Famulari wrote on 10 Apr 2023 16:25
(name . Ryan Schanzenbacher via Guix-patches via)(address . guix-patches@gnu.org)(address . 62743-done@debbugs.gnu.org)
ZDQcUAFR9jWBx7Ay@jasmine.lan
On Sun, Apr 09, 2023 at 02:07:09PM -0400, Ryan Schanzenbacher via Guix-patches via wrote:
Toggle quote (2 lines)
> * gnu/packages/syncthing.scm: Update to 1.23.4.

Thanks! Tested and pushed as 990a7bcfeb3373130c9f79fa9a8ac648b2c511b8

By the way, somehow, your patch got mangled, as you can see here in the
web interface of the patch tracker:


Note the lack of indentation.

I recreated the patch on your behalf.

If you used `git send-email` or `git format-patch`, but it still didn't
work, please ask for help on #guix IRC or <help-guix@gnu.org>.

L
L
Leo Famulari wrote on 11 Apr 2023 01:03
(name . Ryan Schanzenbacher via Guix-patches via)(address . guix-patches@gnu.org)(address . 62743-done@debbugs.gnu.org)
ZDSVyx/hhWhPwt+N@jasmine.lan
On Mon, Apr 10, 2023 at 10:25:20AM -0400, Leo Famulari wrote:
Toggle quote (5 lines)
> On Sun, Apr 09, 2023 at 02:07:09PM -0400, Ryan Schanzenbacher via Guix-patches via wrote:
> > * gnu/packages/syncthing.scm: Update to 1.23.4.
>
> Thanks! Tested and pushed as 990a7bcfeb3373130c9f79fa9a8ac648b2c511b8

Oops, my earlier push didn't go through. Really pushed as
61894e823d0d4d8825712fc91597cf661be7eccf

Sorry for the confusion!
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62743
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