gnu: arandr: Update to 0.1.9.
* gnu/packages/xdisorg.scm (arandr): Update to 0.1.9.
This commit is contained in:
parent
6dc4d4655e
commit
16d8f9beb5
1 changed files with 2 additions and 2 deletions
|
|
@ -64,14 +64,14 @@
|
||||||
(define-public arandr
|
(define-public arandr
|
||||||
(package
|
(package
|
||||||
(name "arandr")
|
(name "arandr")
|
||||||
(version "0.1.8")
|
(version "0.1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://christian.amsuess.com/tools/" name
|
(uri (string-append "http://christian.amsuess.com/tools/" name
|
||||||
"/files/" name "-" version ".tar.gz"))
|
"/files/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d574mbmhaqmh7kivaryj2hpghz6xkvic9ah43s1hf385y7c33kd"))))
|
"1i3f1agixxbfy4kxikb2b241p7c2lg73cl9wqfvlwz3q6zf5faxv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2 ;incompatible with python 3
|
`(#:python ,python-2 ;incompatible with python 3
|
||||||
|
|
|
||||||
Reference in a new issue