guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 2925a915b35427efedf28ca84b6ce4f2d4c8fc5b
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Jun 28 09:52:08 2025 +0200

    gnu: gstreamer-docs: Update to 1.26.3.
    
    * gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.26.3.
    
    (cherry picked from commit 413d5f948b0fcfb1f69757599af77df37389bd21)
---
 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 454e6757f7..a77a905b9d 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -373,7 +373,7 @@ arrays of data.")
 (define-public gstreamer-docs
   (package
     (name "gstreamer-docs")
-    (version "1.24.9")
+    (version "1.26.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -381,7 +381,7 @@ arrays of data.")
                     "/gstreamer-docs-" version ".tar.xz"))
               (sha256
                (base32
-                "0vb4d35rglvjlj2y9r0nlgankflqw0ql6gwsf4612505sa01mz7s"))))
+                "11q0yydchisd4c0jnqa6kmnf66kf25fim3l456krlwcy1qpsvd4j"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))

Reply via email to