unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62743] [PATCH] gnu: syncthing: Update syncthing to 1.23.4
@ 2023-04-09 18:07 Ryan Schanzenbacher via Guix-patches via
  2023-04-10 14:25 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Schanzenbacher via Guix-patches via @ 2023-04-09 18:07 UTC (permalink / raw)
  To: 62743

* gnu/packages/syncthing.scm: Update to 1.23.4.
---
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 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#62743] [PATCH] gnu: syncthing: Update syncthing to 1.23.4
  2023-04-09 18:07 [bug#62743] [PATCH] gnu: syncthing: Update syncthing to 1.23.4 Ryan Schanzenbacher via Guix-patches via
@ 2023-04-10 14:25 ` Leo Famulari
  2023-04-10 23:03   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2023-04-10 14:25 UTC (permalink / raw)
  To: 62743; +Cc: 62743-done

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

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

https://issues.guix.gnu.org/issue/62743

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>.

https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#62743] [PATCH] gnu: syncthing: Update syncthing to 1.23.4
  2023-04-10 14:25 ` Leo Famulari
@ 2023-04-10 23:03   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2023-04-10 23:03 UTC (permalink / raw)
  To: 62743; +Cc: 62743-done

On Mon, Apr 10, 2023 at 10:25:20AM -0400, Leo Famulari wrote:
> 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!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-10 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 18:07 [bug#62743] [PATCH] gnu: syncthing: Update syncthing to 1.23.4 Ryan Schanzenbacher via Guix-patches via
2023-04-10 14:25 ` Leo Famulari
2023-04-10 23:03   ` 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).