GNU bug report logs -
#77243
Update librecast to 0.10.0
Previous Next
To reply to this bug, email your comments to 77243 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77243
; Package
guix-patches
.
(Mon, 24 Mar 2025 18:45:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 24 Mar 2025 18:45:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
This bug report was last modified 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.