diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index f0e5f5578e..1ac5cd4b8e 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))) |