GNU bug report logs - #74096
Update lcrq to 0.2.3 and librecast to 0.9.0

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Tue, 29 Oct 2024 22:22:01 UTC

Severity: normal

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 74096 <at> debbugs.gnu.org (full text, mbox):

From: vagrant <at> debian.org
To: 74096 <at> debbugs.gnu.org
Cc: vagrant <at> debian.org
Subject: [PATCH 2/2] gnu: librecast: Update to 0.9.0.
Date: Tue, 29 Oct 2024 15:28:54 -0700
From: Vagrant Cascadian <vagrant <at> debian.org>

* gnu/packages/networking.scm (librecast): Update to 0.9.0.
---
 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 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





This bug report was last modified 256 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.