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.10.
* gnu/packages/qt.scm (qtgamepad): Update to 5.15.10.
This commit is contained in:
parent
a5820a405a
commit
434091ac1e
1 changed files with 2 additions and 2 deletions
|
@ -2235,13 +2235,13 @@ (define-public qtgamepad
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtgamepad")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vgxprgk7lak209wsg2ljzfkpwgjzscpbxmj5fyvvwm2pbnpspvk"))))
|
||||
"0xkaib238x1lj6agf4gywgy69826zpxqlda361wlchwasyrbw238"))))
|
||||
(native-inputs (list perl pkg-config))
|
||||
(inputs
|
||||
(list fontconfig
|
||||
|
|
Loading…
Reference in a new issue