mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: librecast: Update to 0.7.0.
* gnu/packages/networking.scm (librecast): Update to 0.7.0.
This commit is contained in:
parent
9f4b6bcb5c
commit
c61c499c59
1 changed files with 2 additions and 2 deletions
|
@ -475,7 +475,7 @@ (define-public libnice
|
|||
(define-public librecast
|
||||
(package
|
||||
(name "librecast")
|
||||
(version "0.7-RC3")
|
||||
(version "0.7.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -484,7 +484,7 @@ (define-public librecast
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"06k5a84byj7md82a7idlqwricrjbmqxn3w1cjaarybiwd2jwqg80"))))
|
||||
"0y0km0fv39m3i227pyg7fcr7d94gbji51fkcywqyrjgmk4j1hp1n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-tests? #f
|
||||
|
|
Loading…
Reference in a new issue