mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: gaupol: Update to 1.9.
* gnu/packages/video.scm (gaupol): Update to 1.9.
This commit is contained in:
parent
15bffa0cc2
commit
418de55836
1 changed files with 2 additions and 2 deletions
|
@ -4510,7 +4510,7 @@ (define-public wlstream
|
||||||
(define-public gaupol
|
(define-public gaupol
|
||||||
(package
|
(package
|
||||||
(name "gaupol")
|
(name "gaupol")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4519,7 +4519,7 @@ (define-public gaupol
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00wxdyja0m6l3yrynjgapa010lkwxpkv1xnnjbmrwi4ayhh5l3gg"))))
|
"1mmjg8nwhif2hmmp8i11643izwzdf839brqdai3ksfg0qkh8rnxk"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue