[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/149: gnu: gstreamer-docs: Update to 1.18.5.
From: |
guix-commits |
Subject: |
68/149: gnu: gstreamer-docs: Update to 1.18.5. |
Date: |
Tue, 26 Oct 2021 23:52:20 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 47dec8e2b40c5d06a1d4918d880eefb77cd8bb8e
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)))
- 84/149: gnu: make-ld-wrapper: Add a LINKER argument., (continued)
- 84/149: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/10/26
- 58/149: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/26
- 60/149: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/26
- 61/149: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/10/26
- 57/149: gnu: Add a missing copyright., guix-commits, 2021/10/26
- 62/149: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/26
- 66/149: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/10/26
- 63/149: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/10/26
- 75/149: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/26
- 72/149: gnu: libnice: Update to 0.1.18-0.47a9633., guix-commits, 2021/10/26
- 68/149: gnu: gstreamer-docs: Update to 1.18.5.,
guix-commits <=
- 77/149: gnu: tzdata: Update to 2021c., guix-commits, 2021/10/26
- 80/149: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/26
- 85/149: gnu: Add ld-gold-wrapper., guix-commits, 2021/10/26
- 86/149: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/10/26
- 89/149: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/10/26
- 90/149: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/10/26
- 94/149: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/10/26
- 98/149: gnu: Add python-tomli., guix-commits, 2021/10/26
- 99/149: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/10/26
- 102/149: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/10/26