guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/24: gnu: orc: Update to 0.4.40.


From: guix-commits
Subject: 24/24: gnu: orc: Update to 0.4.40.
Date: Fri, 22 Nov 2024 04:14:16 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 6778d6f46085b195f336afcf39b80eaf22959959
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 11 15:17:18 2024 +0900

    gnu: orc: Update to 0.4.40.
    
    * gnu/packages/gstreamer.scm (orc): Update to 0.4.40.
    
    Change-Id: I96079bcb3dcd6c1058574d2722872a0c41fb6847
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 e2dcd48bb4..8a53f21ce9 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.32")
+    (version "0.4.40")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gstreamer.freedesktop.org/data/src/";
                                   "orc/orc-" version ".tar.xz"))
               (sha256
                (base32
-                "1w0qmyj3v9sb2g7ff39pp38b9850y9hyy0bag26ifrby5f7ksvm6"))))
+                "1avlxyn8nvpml5lzdqpa0zq7vnrqj731y1h5jvyl2z7vipkvxhiz"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]