mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -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
|
(define-public gstreamer-docs
|
||||||
(package
|
(package
|
||||||
(name "gstreamer-docs")
|
(name "gstreamer-docs")
|
||||||
(version "1.18.2")
|
(version "1.18.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -417,7 +417,7 @@ (define-public gstreamer-docs
|
||||||
"/gstreamer-docs-" version ".tar.xz"))
|
"/gstreamer-docs-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07hrgn11ll16yahyyh5684k8ms1j9npsyb8lj0skwbapin4czshm"))))
|
"1xvqrqv1zxqdpvd02dvr0xspk30c8b940vvnr9x75a08nx0x75xh"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
@ -435,8 +435,7 @@ (define-public gstreamer-docs
|
||||||
(invoke (string-append tar "/bin/tar") "-xvf" source
|
(invoke (string-append tar "/bin/tar") "-xvf" source
|
||||||
"--strip-components=3"
|
"--strip-components=3"
|
||||||
(string-append ,name "-" ,version
|
(string-append ,name "-" ,version
|
||||||
"/devhelp/books/GStreamer")))
|
"/devhelp/books/GStreamer")))))))
|
||||||
#t))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("tar" ,tar)
|
`(("tar" ,tar)
|
||||||
("xz" ,xz)))
|
("xz" ,xz)))
|
||||||
|
|
Loading…
Reference in a new issue