Update lcrq to 0.1.0

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

Debbugs page

Vagrant Cascadian wrote 2 years ago
(address . guix-patches@gnu.org)
87351gznqv.fsf@wireframe
The attached patch updates lcrq to 0.1.0.

The two dependent packages, librecast and lcsync both build fine with
the newer lcrq.

live well,
vagrant
From b1da80e5aa5bb75f44ea17d779601816ea19acd0 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Fri, 21 Jul 2023 19:17:51 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.1.0.

* gnu/packages/networking.scm (lcrq): Update to 0.1.0.
---
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 18d5c26ce0..74ef9a5a91 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -256,7 +256,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.0.1")
+ (version "0.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -265,7 +265,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "0jf7x3zcdbz5b99qz7liw4i90hn9s457zr82n0r8g9qsi81a1d8c"))))
+ "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f

base-commit: 03ae5bb866151de7c19561a7da6f477156e4b305
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZLs+CQAKCRDcUY/If5cW
qoHLAQD6TWlZ924o+bY/zKHFFl4f6ByPxxakMrrt9ffcBvB30wD/RAZhEvaBAmO+
2ZMD2WuGmqP2BogGF3aZ8Zz//tWsowg=
=lEdH
-----END PGP SIGNATURE-----

Vagrant Cascadian wrote 2 years ago
(address . 64781-done@debbugs.gnu.org)
87sf8vyddf.fsf@wireframe
On 2023-07-21, Vagrant Cascadian wrote:
Toggle quote (5 lines)
> The attached patch updates lcrq to 0.1.0.
>
> The two dependent packages, librecast and lcsync both build fine with
> the newer lcrq.

Pushed as 985638aea14720e16ed5fd94a0e1382a57dec7ac.

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

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZNAozAAKCRDcUY/If5cW
qiTsAP49fLnaR4bBshnk8yKGZ4AjwxD4eQzrs90OlqC7lZGfPwD+INC2Af16qMk9
BAFuWQEHh+6LxtliZz1SzTHe3Y4FHQ0=
=XvxK
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64781@debbugs.gnu.org

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