gnu: librecast: Update to 0.7.0.

* gnu/packages/networking.scm (librecast): Update to 0.7.0.
This commit is contained in:
Vagrant Cascadian 2023-08-29 10:52:54 -07:00
parent 9f4b6bcb5c
commit c61c499c59
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA

View File

@ -475,7 +475,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")
(version "0.7-RC3") (version "0.7.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -484,7 +484,7 @@ GLib-based library, libnice, as well as GStreamer elements to use it.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"06k5a84byj7md82a7idlqwricrjbmqxn3w1cjaarybiwd2jwqg80")))) "0y0km0fv39m3i227pyg7fcr7d94gbji51fkcywqyrjgmk4j1hp1n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:parallel-tests? #f `(#:parallel-tests? #f