gnu: libevdi: Update to 1.14.1.

* gnu/packages/linux.scm (libevdi): Update to 1.14.1.
[source]: Use a Git tag.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent d0e3fd2dc4
commit 6f9d658e63
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9977,20 +9977,20 @@ (define-public libtree
(define-public libevdi (define-public libevdi
(package (package
(name "libevdi") (name "libevdi")
(version "1.12.0") (version "1.14.1")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/DisplayLink/evdi") (uri (git-reference
(commit "bdc258b25df4d00f222fde0e3c5003bf88ef17b5"))) (url "https://github.com/DisplayLink/evdi")
(file-name (git-file-name name version)) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"1yi7mbyvxm9lsx6i1xbwp2bihwgzhwxkydk1kbngw5a5kw9azpws")))) (base32 "0vfbph6bdb206zgdp0bvpqck2zvkx1367xdxbavv41qsmgkxhvbs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list libdrm)) (inputs (list libdrm))
(arguments (arguments
(list #:tests? #f ;no test suite (list #:tests? #f ;no test suite
#:make-flags #~'("CC=gcc") #:make-flags #~'("CC=gcc")
#:phases #~(modify-phases %standard-phases #:phases #~(modify-phases %standard-phases
(delete 'configure) (delete 'configure)