[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/180: gnu: gstreamer-docs: Update to 1.18.5.
From: |
guix-commits |
Subject: |
68/180: gnu: gstreamer-docs: Update to 1.18.5. |
Date: |
Fri, 29 Oct 2021 15:56:44 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 39fd3c53e0f3ae19d2f8ad280aea94b0336d1452
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 8 15:18:48 2021 -0400
gnu: gstreamer-docs: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.18.5. Delete
trailing #t.
---
gnu/packages/gstreamer.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index f0e5f55..1ac5cd4 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -409,7 +409,7 @@ arrays of data.")
(define-public gstreamer-docs
(package
(name "gstreamer-docs")
- (version "1.18.2")
+ (version "1.18.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -417,7 +417,7 @@ arrays of data.")
"/gstreamer-docs-" version ".tar.xz"))
(sha256
(base32
- "07hrgn11ll16yahyyh5684k8ms1j9npsyb8lj0skwbapin4czshm"))))
+ "1xvqrqv1zxqdpvd02dvr0xspk30c8b940vvnr9x75a08nx0x75xh"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
@@ -435,8 +435,7 @@ arrays of data.")
(invoke (string-append tar "/bin/tar") "-xvf" source
"--strip-components=3"
(string-append ,name "-" ,version
- "/devhelp/books/GStreamer")))
- #t))))
+ "/devhelp/books/GStreamer")))))))
(native-inputs
`(("tar" ,tar)
("xz" ,xz)))
- 35/180: gnu: gnupg: Update to 2.2.30., (continued)
- 35/180: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/10/29
- 42/180: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/10/29
- 45/180: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/10/29
- 47/180: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/10/29
- 50/180: gnu: lib2geom: Update to 1.1., guix-commits, 2021/10/29
- 54/180: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/29
- 56/180: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/10/29
- 61/180: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/10/29
- 62/180: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/29
- 64/180: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/10/29
- 68/180: gnu: gstreamer-docs: Update to 1.18.5.,
guix-commits <=
- 71/180: gnu: dbus-c++: Fix build., guix-commits, 2021/10/29
- 67/180: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/10/29
- 72/180: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/10/29
- 66/180: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/10/29
- 75/180: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/29
- 76/180: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/10/29
- 53/180: gnu: googletest: Update to 1.11.0., guix-commits, 2021/10/29
- 59/180: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/29
- 69/180: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/29
- 70/180: gnu: python-keras: Enable parallel tests., guix-commits, 2021/10/29