guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit fe67d434d545c9defa5a6d3b107de8f97fee8605
Author: Liliana Marie Prikler <[email protected]>
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 7f8e6c159a..d322841a8c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -337,14 +337,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