summary refs log tree commit diff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-06-26 19:26:02 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-07-28 20:30:44 +0200
commitc33b2ccddf1446659cec1a0d1461754462b9f8a6 (patch)
treec9f69a51f515c9191712e874544d75370de9c679 /gnu/packages/gstreamer.scm
parenta6c3a6d7989d8cb6d161e4dfb83bedfeca4640fa (diff)
downloadguix-c33b2ccddf1446659cec1a0d1461754462b9f8a6.tar.gz
gnu: gstreamer-docs: Update to 1.20.3.
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.20.3.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 1ec628b6ce..98178f908c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -404,7 +404,7 @@ arrays of data.")
 (define-public gstreamer-docs
   (package
     (name "gstreamer-docs")
-    (version "1.18.5")
+    (version "1.20.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -412,7 +412,7 @@ arrays of data.")
                     "/gstreamer-docs-" version ".tar.xz"))
               (sha256
                (base32
-                "1xvqrqv1zxqdpvd02dvr0xspk30c8b940vvnr9x75a08nx0x75xh"))))
+                "1gziccq5f4fy23q6dm8nwbmzh68gn9rfbqw0xcn4r8yn82545z3k"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))