[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: librecast: Update to 0.6.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: librecast: Update to 0.6.1. |
Date: |
Wed, 24 May 2023 17:11:38 -0400 |
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 a1323e97e1 gnu: librecast: Update to 0.6.1.
a1323e97e1 is described below
commit a1323e97e1c6b618a1ee8a01def19d3302718533
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sun May 14 11:19:00 2023 -0700
gnu: librecast: Update to 0.6.1.
* gnu/packages/networking.scm (librecast): Update to 0.6.1.
Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
---
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 85fb352ebf..30e67d3a98 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -488,7 +488,7 @@ GLib-based library, libnice, as well as GStreamer elements
to use it.")
(define-public librecast
(package
(name "librecast")
- (version "0.5.1")
+ (version "0.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -497,7 +497,7 @@ GLib-based library, libnice, as well as GStreamer elements
to use it.")
(file-name (git-file-name name version))
(sha256
(base32
- "1zzdxawzsj0lxyxm8c2wdqx3b633f8ybvlg6szs4v0y42xg4a829"))))
+ "1kixnm7pn8345wp0klhnpw5x992cqbqx3bhc01j8xhqf6irlzdm3"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: librecast: Update to 0.6.1.,
guix-commits <=