me
/
guix
Archived
1
0
Fork 0

gnu: gstreamer-docs: Update to 1.22.1.

* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.22.1.
master
Maxim Cournoyer 2023-03-27 14:18:13 -04:00
parent 525c24ab2b
commit 8679c16f3a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ arrays of data.")
(define-public gstreamer-docs
(package
(name "gstreamer-docs")
(version "1.20.3")
(version "1.22.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -412,7 +412,7 @@ arrays of data.")
"/gstreamer-docs-" version ".tar.xz"))
(sha256
(base32
"1gziccq5f4fy23q6dm8nwbmzh68gn9rfbqw0xcn4r8yn82545z3k"))))
"1w7zc2162pwmslxsql0gaqs18jls7q885d0y5mxpifbxwl9hkjpy"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))