GNU bug report logs -
#76877
Update lcsync to 0.3.2
Previous Next
To reply to this bug, email your comments to 76877 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76877
; Package
guix-patches
.
(Sat, 08 Mar 2025 23:50:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 08 Mar 2025 23:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[0001-gnu-lcsync-Update-to-0.3.2.patch (text/x-diff, inline)]
From 7d6a4dcf927e3a7bd33c680ca89661f3c9fd24e3 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> 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(-)
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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
You have taken responsibility.
(Tue, 18 Mar 2025 02:33:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
bug acknowledged by developer.
(Tue, 18 Mar 2025 02:33:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 76877-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2025-03-08, Vagrant Cascadian wrote:
> The attached patch updates lcsync to 0.3.2.
Pushed as dd9723faaa1dc19488d80c7605983e37e421c7c5.
live well,
vagrant
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.