* [bug#65642] Update lcrq to 0.1.1
@ 2023-08-31 0:57 Vagrant Cascadian
[not found] ` <handler.65642.B.169344350313166.ack@debbugs.gnu.org>
0 siblings, 1 reply; 3+ messages in thread
From: Vagrant Cascadian @ 2023-08-31 0:57 UTC (permalink / raw)
To: 65642
[-- Attachment #1.1: Type: text/plain, Size: 151 bytes --]
The attached patch updates lcrq to 0.1.1.
The two dependent packages, librecast and lcsync both build fine with
the newer lcrq.
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-lcrq-Update-to-0.1.1.patch --]
[-- Type: text/x-diff, Size: 1231 bytes --]
From e8525bb82f35c6251991130f4a64fc99f0bba69f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Wed, 30 Aug 2023 17:54:09 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.1.1.
* gnu/packages/networking.scm (lcrq): Update to 0.1.1.
---
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 f4ecd85009..936d249565 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.1.0")
+ (version "0.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -265,7 +265,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
+ "09dnr3hmhkd7frd5w0mds6069damshn9hrrvmwasrppr4hfydxqs"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
base-commit: d6966b8a5b4f2ddda2bc685b9642e7a1c2cbe17c
--
2.39.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#65642] Update lcrq to 0.1.2
[not found] ` <handler.65642.B.169344350313166.ack@debbugs.gnu.org>
@ 2023-08-31 22:48 ` Vagrant Cascadian
2023-09-06 0:51 ` bug#65642: " Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: Vagrant Cascadian @ 2023-08-31 22:48 UTC (permalink / raw)
To: 65642
[-- Attachment #1.1: Type: text/plain, Size: 171 bytes --]
And in the meantime, upstream snuck in a new release with some minor
fixes. May as well update to that!
Both lcsync and librecast still build fine!
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-lcrq-Update-to-0.1.2.patch --]
[-- Type: text/x-diff, Size: 1231 bytes --]
From 3454b360a107aba20ee00e7d5fc0d56177704d58 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Thu, 31 Aug 2023 15:43:14 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.1.2.
* gnu/packages/networking.scm (lcrq): Update to 0.1.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 f4ecd85009..7d1fa307a3 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.1.0")
+ (version "0.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -265,7 +265,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
+ "1m29p4bsafzbchnkidyrnglfdf1c9pnq6akkmivi23qdv9kj51dg"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
base-commit: f5c4db45e95cf8ea23c2c133ed2535ca94a06f7d
--
2.39.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#65642: Update lcrq to 0.1.2
2023-08-31 22:48 ` [bug#65642] Update lcrq to 0.1.2 Vagrant Cascadian
@ 2023-09-06 0:51 ` Maxim Cournoyer
0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-09-06 0:51 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 65642-done
Hello,
Vagrant Cascadian <vagrant@debian.org> writes:
> And in the meantime, upstream snuck in a new release with some minor
> fixes. May as well update to that!
>
> Both lcsync and librecast still build fine!
>
> live well,
> vagrant
>
> From 3454b360a107aba20ee00e7d5fc0d56177704d58 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant@debian.org>
> Date: Thu, 31 Aug 2023 15:43:14 -0700
> Subject: [PATCH] gnu: lcrq: Update to 0.1.2.
>
> * gnu/packages/networking.scm (lcrq): Update to 0.1.2.
> ---
Installed!
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-06 0:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 0:57 [bug#65642] Update lcrq to 0.1.1 Vagrant Cascadian
[not found] ` <handler.65642.B.169344350313166.ack@debbugs.gnu.org>
2023-08-31 22:48 ` [bug#65642] Update lcrq to 0.1.2 Vagrant Cascadian
2023-09-06 0:51 ` bug#65642: " Maxim Cournoyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).