gnu: autorandr: Update to 1.14.
* gnu/packages/xdisorg.scm (autorandr): Update to 1.14. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
c135d9747e
commit
9f1a39ac3d
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ program.")
|
||||||
(define-public autorandr
|
(define-public autorandr
|
||||||
(package
|
(package
|
||||||
(name "autorandr")
|
(name "autorandr")
|
||||||
(version "1.10.1")
|
(version "1.14")
|
||||||
(home-page "https://github.com/phillipberndt/autorandr")
|
(home-page "https://github.com/phillipberndt/autorandr")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -285,7 +285,7 @@ program.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg"))))
|
(base32 "0yb0rnv37xymjhg54mk7zw3h9501f45ykc1754mxy1q3bm0fgva6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Reference in a new issue