GNU bug report logs -
#77243
Update librecast to 0.10.0
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 17 Apr 2025 16:39:53 -0700
with message-id <87plhaqrw6.fsf <at> wireframe>
and subject line Re: Update librecast to 0.10.0
has caused the debbugs.gnu.org bug report #77243,
regarding Update librecast to 0.10.0
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77243: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77243
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Routine update to 0.10.0, with some shiny new features.
The only dependent, lcsync, still builds just fine:
$ ./pre-inst-env guix build --no-grafts --dependents librecast
guix build: computing dependents of package librecast <at> 0.10.0...
/gnu/store/iygwf6rfbvm95544xyg9xr03fhbn02gq-librecast-0.10.0
/gnu/store/nid8cf4ls28j1f523fz9np1xb2a121dv-lcsync-0.3.2
live well,
vagrant
[0001-gnu-librecast-Update-to-0.10.0.patch (text/x-diff, inline)]
From a819ee7d08f93e92711cb14316a327fe81b18581 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Mon, 24 Mar 2025 11:25:17 -0700
Subject: [PATCH] gnu: librecast: Update to 0.10.0.
* gnu/packages/networking.scm (librecast): Update to 0.10.0.
Change-Id: I6b9ac1591ec6a7280de87244fef32beceee184cb
---
gnu/packages/networking.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 65d44e975a..b65b03b869 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -553,8 +553,7 @@ (define-public libnice
(define-public librecast
(package
(name "librecast")
- ;; Use commit fixing test suite hang in 0.9.1.
- (version "0.9.1-1-g5ab5f63")
+ (version "0.10.0")
(source
(origin
(method git-fetch)
@@ -563,7 +562,7 @@ (define-public librecast
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1abiwgllm8l7jcx5hkgljbk2zddnn7y9mi7s4xmxi2k81a49zghb"))))
+ (base32 "04h7hzm0j9cvcd5skrbnyd69pidbrxzqsnciz0yxwbb883nd5kmq"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: ce086e31f0f5c78be76fd228dfd7718ff6df584e
--
2.39.5
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
On 2025-03-24, Vagrant Cascadian wrote:
> Routine update to 0.10.0, with some shiny new features.
Pushed as 10a4f0ee85a0b776f5679be73658c8f920d1ca03.
live well,
vagrant
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.