mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: tslib: Update to 1.22.
* gnu/packages/video.scm (tslib): Update to 1.22.
This commit is contained in:
parent
e48c12a3bb
commit
0fa01ccd34
1 changed files with 3 additions and 4 deletions
|
@ -565,7 +565,7 @@ (define-public libde265
|
|||
(define-public tslib
|
||||
(package
|
||||
(name "tslib")
|
||||
(version "1.21")
|
||||
(version "1.22")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -575,13 +575,12 @@ (define-public tslib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ph51vpfp92rpa2vs6wkz1b1pcs3z334p1i33sprsi8mjlwvkbzc"))))
|
||||
(base32 "197p6vy539wvfrv23agbvmay4rjya1jnisi46llm0nx4cvqh48by"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "tests"
|
||||
#:configure-flags
|
||||
(list
|
||||
"--with-sdl2")))
|
||||
(list "--with-sdl2")))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue