Update lcsync to 0.3.2

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

Debbugs page

Vagrant Cascadian wrote 3 days ago
(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-----

?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76877@debbugs.gnu.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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help