mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xf86-video-dummy: Update to 0.4.1.
* gnu/packages/xorg.scm (xf86-video-dummy): Update to 0.4.1. Change-Id: Id242fe46140fc0daadb8298e49361396ccfe724d
This commit is contained in:
parent
a12a6f393d
commit
ad6f4572bf
1 changed files with 2 additions and 2 deletions
|
@ -2833,14 +2833,14 @@ X server.")
|
||||||
(define-public xf86-video-dummy
|
(define-public xf86-video-dummy
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-dummy")
|
(name "xf86-video-dummy")
|
||||||
(version "0.4.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://xorg/individual/driver/"
|
(uri (string-append "mirror://xorg/individual/driver/"
|
||||||
"xf86-video-dummy-" version ".tar.xz"))
|
"xf86-video-dummy-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nhy9sd49ig9z00mp9sjbdkfzjgsm71szwjqnry8qn60r3jym377"))))
|
(base32 "1byzsdcnlnzvkcqrzaajzc3nzm7y7ydrk9bjr4x9lx8gznkj069m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list xorg-server))
|
(inputs (list xorg-server))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue