mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -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
|
||||
(package
|
||||
(name "gaupol")
|
||||
(version "1.8")
|
||||
(version "1.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4519,7 +4519,7 @@ (define-public gaupol
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00wxdyja0m6l3yrynjgapa010lkwxpkv1xnnjbmrwi4ayhh5l3gg"))))
|
||||
"1mmjg8nwhif2hmmp8i11643izwzdf839brqdai3ksfg0qkh8rnxk"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue