mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: librecast: Update to 0.9.1-1-g5ab5f63.
* gnu/packages/networking.scm (librecast): Update to 0.9.1-1-g5ab5f63.
This commit is contained in:
parent
ad800e7299
commit
78ffa63731
1 changed files with 3 additions and 2 deletions
|
@ -545,7 +545,8 @@ (define-public libnice
|
|||
(define-public librecast
|
||||
(package
|
||||
(name "librecast")
|
||||
(version "0.8.0")
|
||||
;; Use commit fixing test suite hang in 0.9.1.
|
||||
(version "0.9.1-1-g5ab5f63")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -554,7 +555,7 @@ (define-public librecast
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01m0q4n2hy3csbzil8ivjyzb1mh4w9jlh9iiv6z53kasl7aas27i"))))
|
||||
(base32 "1abiwgllm8l7jcx5hkgljbk2zddnn7y9mi7s4xmxi2k81a49zghb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue