[bug#78199] Update lcrq to 0.2.4
Commit Message
The attached patch updates lcrq to 0.2.4.
It fixes an issue where packets are sent with zero data, as confusing as
that may be, it is enjoyably explained by upstream:
https://chaos.social/@dentangle/114397068112541120
The dependents lcsync and librecast all build nicely.
./pre-inst-env guix build --no-grafts --dependents lcrq
guix build: computing dependents of package lcrq@0.2.4...
/gnu/store/bg0acil25iqipmznll1795k4hqxg25bm-lcrq-0.2.4
/gnu/store/fqa2524s8yh7wn46sasb7gx0v9w690di-librecast-0.10.0
/gnu/store/6s5fjiwh733297m42xv0sqqrrl84dwwj-lcsync-0.3.2
live well,
vagrant
From 50e51c4a743e548535c04b1abe3e283dfab8b7b8 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Thu, 1 May 2025 14:18:23 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.2.4.
* gnu/packages/networking.scm (lcrq): Update to 0.2.4.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -281,7 +281,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.2.3")
+ (version "0.2.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -290,7 +290,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "13nnx8izfzcy2k6y5njc8p9b196hpn2v90pmiysbiwp8qwnzczih"))))
+ "1d2mk3ii189462dmkksjsaqybj7cizn9vm9c8plml881brlz8a2n"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 43410355473ef38733f5ea869aa8f11a09db1b06
--
2.39.5