This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10a4f0ee85 gnu: librecast: Update to 0.10.0.
10a4f0ee85 is described below

commit 10a4f0ee85a0b776f5679be73658c8f920d1ca03
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Mon Mar 24 11:25:17 2025 -0700

    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 76b5138f25..51e9c9c94f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -554,8 +554,7 @@ GLib-based library, libnice, as well as GStreamer elements 
to use it.")
 (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)
@@ -564,7 +563,7 @@ GLib-based library, libnice, as well as GStreamer elements 
to use it.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1abiwgllm8l7jcx5hkgljbk2zddnn7y9mi7s4xmxi2k81a49zghb"))))
+        (base32 "04h7hzm0j9cvcd5skrbnyd69pidbrxzqsnciz0yxwbb883nd5kmq"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to