emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62743: closed ([PATCH] gnu: syncthing: Update syncthing to 1.23.4)


From: GNU bug Tracking System
Subject: bug#62743: closed ([PATCH] gnu: syncthing: Update syncthing to 1.23.4)
Date: Mon, 10 Apr 2023 14:26:02 +0000

Your message dated Mon, 10 Apr 2023 10:25:20 -0400
with message-id <ZDQcUAFR9jWBx7Ay@jasmine.lan>
and subject line Re: [bug#62743] [PATCH] gnu: syncthing: Update syncthing to 
1.23.4
has caused the debbugs.gnu.org bug report #62743,
regarding [PATCH] gnu: syncthing: Update syncthing to 1.23.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62743: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62743
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: syncthing: Update syncthing to 1.23.4 Date: Sun, 9 Apr 2023 14:07:09 -0400 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0
* 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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#62743] [PATCH] gnu: syncthing: Update syncthing to 1.23.4 Date: Mon, 10 Apr 2023 10:25:20 -0400
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]