gnu: mtdev: Update to 1.1.5.
* gnu/packages/xdisorg.scm (mtdev): Update to 1.1.5.
This commit is contained in:
parent
af2b0b1507
commit
1f1e620f88
|
@ -297,7 +297,7 @@ and Matrox.")
|
||||||
(define-public mtdev
|
(define-public mtdev
|
||||||
(package
|
(package
|
||||||
(name "mtdev")
|
(name "mtdev")
|
||||||
(version "1.1.3")
|
(version "1.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -305,8 +305,8 @@ and Matrox.")
|
||||||
"http://bitmath.org/code/mtdev/mtdev-"
|
"http://bitmath.org/code/mtdev/mtdev-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"159ndzwfpw0xr8mw4lhl47w9c2krshlfrscs7k6n186vknv2hk3d"))))
|
"0zxs7shzgbalkvlaiibi25bd902rbmkv9n1lww6q8j3ri9qdaxv6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://bitmath.org/code/mtdev/")
|
(home-page "http://bitmath.org/code/mtdev/")
|
||||||
(synopsis "Multitouch protocol translation library")
|
(synopsis "Multitouch protocol translation library")
|
||||||
|
|
Loading…
Reference in New Issue