gnu: gstreamer-docs: Update to 1.22.2.
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.22.2.
This commit is contained in:
parent
2b17bf4c32
commit
c65543bcfd
1 changed files with 2 additions and 2 deletions
|
@ -404,7 +404,7 @@ (define-public orc
|
|||
(define-public gstreamer-docs
|
||||
(package
|
||||
(name "gstreamer-docs")
|
||||
(version "1.22.1")
|
||||
(version "1.22.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -412,7 +412,7 @@ (define-public gstreamer-docs
|
|||
"/gstreamer-docs-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w7zc2162pwmslxsql0gaqs18jls7q885d0y5mxpifbxwl9hkjpy"))))
|
||||
"1fljaydlinzw9jf5nkhwf7ihfzd5250k2cv220mi8dxxf7rgn18y"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue