mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: gstreamer-docs: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.18.5. Delete trailing #t.
This commit is contained in:
parent
e030df6e09
commit
7b6280c980
1 changed files with 3 additions and 4 deletions
|
@ -409,7 +409,7 @@ (define-public orc
|
|||
(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 @@ (define-public gstreamer-docs
|
|||
"/gstreamer-docs-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07hrgn11ll16yahyyh5684k8ms1j9npsyb8lj0skwbapin4czshm"))))
|
||||
"1xvqrqv1zxqdpvd02dvr0xspk30c8b940vvnr9x75a08nx0x75xh"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
@ -435,8 +435,7 @@ (define-public gstreamer-docs
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue