mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtgamepad: Update to 5.15.8.
* gnu/packages/qt.scm (qtgamepad): Update to 5.15.8.
This commit is contained in:
parent
a5fae12ca8
commit
2c5324d806
1 changed files with 9 additions and 9 deletions
|
@ -2097,17 +2097,17 @@ (define-public qtgraphicaleffects
|
||||||
coloring, and many more.")))
|
coloring, and many more.")))
|
||||||
|
|
||||||
(define-public qtgamepad
|
(define-public qtgamepad
|
||||||
(package (inherit qtsvg-5)
|
(package
|
||||||
|
(inherit qtsvg-5)
|
||||||
(name "qtgamepad")
|
(name "qtgamepad")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wa4d8f025hlp4bmdzdy5wcahm9wjg6bkwig8dpw9nrsj3idz5b0"))))
|
"0vgxprgk7lak209wsg2ljzfkpwgjzscpbxmj5fyvvwm2pbnpspvk"))))
|
||||||
(native-inputs
|
(native-inputs (list perl pkg-config))
|
||||||
(list perl pkg-config))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list fontconfig
|
(list fontconfig
|
||||||
freetype
|
freetype
|
||||||
|
|
Loading…
Reference in a new issue