guix_mirror_bot pushed a commit to branch gnome-team in repository guix. commit 6864e1412ee2965657e281631838b9098a82507b Author: Liliana Marie Prikler <liliana.prik...@gmail.com> AuthorDate: Sat Jun 28 09:52:02 2025 +0200
gnu: orc: Update to 0.4.41. * gnu/packages/gstreamer.scm (orc): Update to 0.4.41. --- gnu/packages/gstreamer.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 4a144d8714..176dc3097c 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -369,14 +369,14 @@ another.") (define-public orc (package (name "orc") - (version "0.4.40") + (version "0.4.41") (source (origin (method url-fetch) (uri (string-append "https://gstreamer.freedesktop.org/data/src/" "orc/orc-" version ".tar.xz")) (sha256 (base32 - "1avlxyn8nvpml5lzdqpa0zq7vnrqj731y1h5jvyl2z7vipkvxhiz")))) + "18kz8sc8vh0rzk0n221zc8km9pp9gdcjsr04phwwv2ajcm7zs6yb")))) (build-system meson-build-system) (arguments `(#:phases