[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/20: gnu: gstreamer-docs: Update to 1.20.3.
From: |
guix-commits |
Subject: |
09/20: gnu: gstreamer-docs: Update to 1.20.3. |
Date: |
Sun, 31 Jul 2022 06:18:52 -0400 (EDT) |
lilyp pushed a commit to branch staging
in repository guix.
commit c33b2ccddf1446659cec1a0d1461754462b9f8a6
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jun 26 19:26:02 2022 +0200
gnu: gstreamer-docs: Update to 1.20.3.
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.20.3.
---
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 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))
- branch staging updated (0b770c2da4 -> cd7438c422), guix-commits, 2022/07/31
- 16/20: gnu: gst-plugins-bad: Use new package style., guix-commits, 2022/07/31
- 19/20: gnu: gst-python: Use new package style., guix-commits, 2022/07/31
- 06/20: gnu: gst-plugins-ugly: Update to 1.20.3., guix-commits, 2022/07/31
- 04/20: gnu: gst-plugins-good: Update to 1.20.3., guix-commits, 2022/07/31
- 03/20: gnu: gst-plugins-base: Update to 1.20.3., guix-commits, 2022/07/31
- 05/20: gnu: gst-plugins-bad: Update to 1.20.3., guix-commits, 2022/07/31
- 13/20: gnu: webkitgtk: Add missing inputs., guix-commits, 2022/07/31
- 09/20: gnu: gstreamer-docs: Update to 1.20.3.,
guix-commits <=
- 10/20: gnu: python-gst: Update to 1.20.3., guix-commits, 2022/07/31
- 17/20: gnu: gst-plugins-ugly: Use new package style., guix-commits, 2022/07/31
- 02/20: gnu: gstreamer: Update to 1.20.3., guix-commits, 2022/07/31
- 15/20: gnu: gst-plugins-good: Use new package style., guix-commits, 2022/07/31
- 11/20: gnu: gst-plugins/selection: Implement in terms of G-Expressions., guix-commits, 2022/07/31
- 12/20: gnu: Add gst-plugins-bad-minimal., guix-commits, 2022/07/31
- 14/20: gnu: gstreamer: Use new package style., guix-commits, 2022/07/31
- 20/20: gnu: gst-editing-services: Update FIXME comment., guix-commits, 2022/07/31
- 01/20: gnu: python-gst: Add upstream-name., guix-commits, 2022/07/31
- 18/20: gnu: gst-editing-services: Use new package style., guix-commits, 2022/07/31