mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: librecast: Update to 0.10.0.
* gnu/packages/networking.scm (librecast): Update to 0.10.0. Change-Id: I6b9ac1591ec6a7280de87244fef32beceee184cb
This commit is contained in:
parent
0879cb6f66
commit
10a4f0ee85
1 changed files with 2 additions and 3 deletions
|
@ -554,8 +554,7 @@ GLib-based library, libnice, as well as GStreamer elements to use it.")
|
||||||
(define-public librecast
|
(define-public librecast
|
||||||
(package
|
(package
|
||||||
(name "librecast")
|
(name "librecast")
|
||||||
;; Use commit fixing test suite hang in 0.9.1.
|
(version "0.10.0")
|
||||||
(version "0.9.1-1-g5ab5f63")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -564,7 +563,7 @@ GLib-based library, libnice, as well as GStreamer elements to use it.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1abiwgllm8l7jcx5hkgljbk2zddnn7y9mi7s4xmxi2k81a49zghb"))))
|
(base32 "04h7hzm0j9cvcd5skrbnyd69pidbrxzqsnciz0yxwbb883nd5kmq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue