Update lcrq to 0.2.3 and librecast to 0.9.0

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

Debbugs page

Vagrant Cascadian wrote 4 months ago
(address . guix-patches@gnu.org)(address . vagrant@debian.org)
87wmhq7dq8.fsf@wireframe
New versions of lcrq and librecast were released!

The only dependent, lcsync, still builds.

Patches to follow...

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

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZyFfvwAKCRDcUY/If5cW
qrVdAP9PIxQ1nrIuD1182jwedtgtQxd7hc38pQ25tF2qq/VP5wEArmwM/CuKuyIT
Vx46xD3RXmDrbCYkM336AaoZptCUWQY=
=amRa
-----END PGP SIGNATURE-----

vagrant wrote 4 months ago
[PATCH 1/2] gnu: lcrq: Update to 0.2.3.
(address . 74096@debbugs.gnu.org)(address . vagrant@debian.org)
20241029222854.1871905-1-vagrant@debian.org
From: Vagrant Cascadian <vagrant@debian.org>

* gnu/packages/networking.scm (lcrq): Update to 0.2.3.
---
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 be663b0dd8..3eeb457bb4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -275,7 +275,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.2.1")
+ (version "0.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -284,7 +284,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "0a6bvlib00na0rhz4lz80kc6v5kqfp8k26ydprwnf8h29nnza6y6"))))
+ "13nnx8izfzcy2k6y5njc8p9b196hpn2v90pmiysbiwp8qwnzczih"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: a9c33e9f688fce88aed610ab04c650efb71b4ce6
--
2.39.5
vagrant wrote 4 months ago
[PATCH 2/2] gnu: librecast: Update to 0.9.0.
(address . 74096@debbugs.gnu.org)(address . vagrant@debian.org)
20241029222854.1871905-2-vagrant@debian.org
From: Vagrant Cascadian <vagrant@debian.org>

* gnu/packages/networking.scm (librecast): Update to 0.9.0.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3eeb457bb4..137a607f31 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -544,7 +544,7 @@ (define-public libnice
(define-public librecast
(package
(name "librecast")
- (version "0.8.0")
+ (version "0.9.0")
(source
(origin
(method git-fetch)
@@ -553,7 +553,7 @@ (define-public librecast
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "01m0q4n2hy3csbzil8ivjyzb1mh4w9jlh9iiv6z53kasl7aas27i"))))
+ (base32 "1hqww2p8vdpi39451h2dlwbbj0zi00ap7ddch7i5xw0mwqvq177d"))))
(build-system gnu-build-system)
(arguments
(list
--
2.39.5
vagrant wrote 4 months ago
[PATCH v2 2/2] gnu: librecast: Update to 0.9.1-1-g5ab5f63.
(address . 74096@debbugs.gnu.org)(address . vagrant@debian.org)
20241102015525.2346011-2-vagrant@debian.org
From: Vagrant Cascadian <vagrant@debian.org>

* gnu/packages/networking.scm (librecast): Update to 0.9.1-1-g5ab5f63.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3eeb457bb4..174b18d8fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -544,7 +544,7 @@ (define-public libnice
(define-public librecast
(package
(name "librecast")
- (version "0.8.0")
+ (version "0.9.1-1-g5ab5f63")
(source
(origin
(method git-fetch)
@@ -553,7 +553,7 @@ (define-public librecast
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "01m0q4n2hy3csbzil8ivjyzb1mh4w9jlh9iiv6z53kasl7aas27i"))))
+ (base32 "1abiwgllm8l7jcx5hkgljbk2zddnn7y9mi7s4xmxi2k81a49zghb"))))
(build-system gnu-build-system)
(arguments
(list
--
2.39.5
vagrant wrote 4 months ago
[PATCH v2 1/2] gnu: lcrq: Update to 0.2.3.
(address . 74096@debbugs.gnu.org)(address . vagrant@debian.org)
20241102015525.2346011-1-vagrant@debian.org
From: Vagrant Cascadian <vagrant@debian.org>

* gnu/packages/networking.scm (lcrq): Update to 0.2.3.
---
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 be663b0dd8..3eeb457bb4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -275,7 +275,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.2.1")
+ (version "0.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -284,7 +284,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "0a6bvlib00na0rhz4lz80kc6v5kqfp8k26ydprwnf8h29nnza6y6"))))
+ "13nnx8izfzcy2k6y5njc8p9b196hpn2v90pmiysbiwp8qwnzczih"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: ea11d3608566174c4bae70faa4f9d0c67748d2db
--
2.39.5
Vagrant Cascadian wrote 4 months ago
Re: [PATCH v2 2/2] gnu: librecast: Update to 0.9.1-1-g5ab5f63.
(address . 74096-done@debbugs.gnu.org)
874j4l5g6n.fsf@wireframe
Pushed as:

78ffa637313f61a4fec06e5f1e41595f0e79b9eb gnu: librecast: Update to 0.9.1-1-g5ab5f63.
ad800e7299330218e2b9dfb68c46c819d976289e gnu: lcrq: Update to 0.2.3.

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

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZyq/0AAKCRDcUY/If5cW
ql2fAQDl6UiStpaTNbRq2KBkFza/iXKidnO4Ees6dMEPUHIM0gEAtXSGHRyMiGrC
ySC8VOavoxUFTkTXo3DubkTQp6YIqgA=
=ssQj
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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