guix-commits
[Top][All Lists]
Advanced

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

106/155: gnu: gstreamer-docs: Update to 1.24.9.


From: guix-commits
Subject: 106/155: gnu: gstreamer-docs: Update to 1.24.9.
Date: Mon, 23 Dec 2024 15:24:18 -0500 (EST)

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

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

    gnu: gstreamer-docs: Update to 1.24.9.
    
    * gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.24.9.
    
    Change-Id: I96c6576badb7af35e25b5c4ef9602a7f11de3127
    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 b4ab3ee3ec..3904280fba 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -398,7 +398,7 @@ arrays of data.")
 (define-public gstreamer-docs
   (package
     (name "gstreamer-docs")
-    (version "1.22.2")
+    (version "1.24.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -406,7 +406,7 @@ arrays of data.")
                     "/gstreamer-docs-" version ".tar.xz"))
               (sha256
                (base32
-                "1fljaydlinzw9jf5nkhwf7ihfzd5250k2cv220mi8dxxf7rgn18y"))))
+                "0vb4d35rglvjlj2y9r0nlgankflqw0ql6gwsf4612505sa01mz7s"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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