mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: gaupol: Update to 1.11.
* gnu/packages/video.scm (gaupol): Update to 1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cba0bc2942
commit
3f62ddc0d5
1 changed files with 2 additions and 2 deletions
|
@ -4924,7 +4924,7 @@ (define-public wlstream
|
|||
(define-public gaupol
|
||||
(package
|
||||
(name "gaupol")
|
||||
(version "1.9")
|
||||
(version "1.11")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4933,7 +4933,7 @@ (define-public gaupol
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mmjg8nwhif2hmmp8i11643izwzdf839brqdai3ksfg0qkh8rnxk"))))
|
||||
"01qbhhycmy26b2mw2jlri321k478jhp7y0jzlcv87iaq05qr4pc8"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue