gnu: orc: Update to 0.4.29.

* gnu/packages/gstreamer.scm (orc): Update to 0.4.29.
This commit is contained in:
Marius Bakke 2019-05-02 13:46:25 +02:00
parent 1ce1ebc303
commit 46c39e1e47
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -67,14 +67,14 @@
(define-public orc
(package
(name "orc")
(version "0.4.28")
(version "0.4.29")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/data/src/"
"orc/orc-" version ".tar.xz"))
(sha256
(base32
"1kl3rlmzr27bdpn78nvpnjs142ja1m6grvafdhw74mmhcdjprkdz"))))
"1cisbbn69p9c8vikn0nin14q0zscby5m8cyvzxyw2pjb2kwh32ag"))))
(build-system gnu-build-system)
(arguments
`(#:phases