gnu: xrandr: Update to 1.5.1.
* gnu/packages/xorg.scm (xrandr): Update to 1.5.1. Change archive type to ".tar.xz".
This commit is contained in:
parent
beeeb261f2
commit
1b1c162124
1 changed files with 3 additions and 3 deletions
|
@ -4155,16 +4155,16 @@ (define-public xprop
|
|||
(define-public xrandr
|
||||
(package
|
||||
(name "xrandr")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xrandr-"
|
||||
version ".tar.bz2"))
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kaih7rmzxr1vp5a5zzjhm5x7dn9mckya088sqqw026pskhx9ky1"))))
|
||||
"0ql75s1n3dm2m3g1ilb9l6hqh15r0v709bgghpwazy3jknpnvivv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxrender" ,libxrender)
|
||||
|
|
Loading…
Reference in a new issue