Update lcsync to 0.3.2

  • Done
  • quality assurance status badge
Details
One participant
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

V
V
Vagrant Cascadian wrote on 8 Mar 15:48 -0800
(address . guix-patches@gnu.org)
87zfhv2ieb.fsf@wireframe
The attached patch updates lcsync to 0.3.2.

Just a few documentation updates of functionality already present.

Builds successfully, no dependents.

live well,
vagrant
From 7d6a4dcf927e3a7bd33c680ca89661f3c9fd24e3 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Sat, 8 Mar 2025 15:19:39 -0800
Subject: [PATCH] gnu: lcsync: Update to 0.3.2.

* gnu/packages/networking.scm (lcsync): Update to 0.3.2.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b0a0fb420d..b68252843a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -360,7 +360,7 @@ (define-public netperf
(define-public lcsync
(package
(name "lcsync")
- (version "0.3.1")
+ (version "0.3.2")
(source
(origin
(method git-fetch)
@@ -369,7 +369,7 @@ (define-public lcsync
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "15vfik9saqmvys2v10ci68n00s71d9k4kpqhrwz4ilv79fys7hn7"))))
+ (base32 "1wn36rj1il9rv8a76673yv7yk334z9dqq6g2bvbcscbrya4wqaia"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 11cdebf9df6110eeb64586c6fd2c87e8ff991275
--
2.39.5
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ8zXXAAKCRDcUY/If5cW
qqPOAPwNLD8hcB/4Vb9YUoZBcFIPy54zcIuF23OsjxwjwABh8wEAkoHbtcr0uuRX
/RelD6fqeI+/ZEQcHhz64vtAx9+bNwA=
=UJtL
-----END PGP SIGNATURE-----

V
V
Vagrant Cascadian wrote on 17 Mar 19:32 -0700
(address . 76877-done@debbugs.gnu.org)
87zfhjkr19.fsf@wireframe
On 2025-03-08, Vagrant Cascadian wrote:
Toggle quote (2 lines)
> The attached patch updates lcsync to 0.3.2.

Pushed as dd9723faaa1dc19488d80c7605983e37e421c7c5.


live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ9jbIgAKCRDcUY/If5cW
qmWsAP48sgr3pZI8YM0UshgIW05DYWTt8NsxacUKjwqSmUzvDQD/VdvRLjTcAG4s
gXbN5Reqm1rKvROIgUH0OhgIItFHJws=
=RAmR
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76877@patchwise.org

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