guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 0937d848c164ce24577a4e8017b869326762e7fa
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 d5673bce2c..df12bad68d 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -338,14 +338,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