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:
kiasoc5 2023-08-13 01:21:59 -04:00 committed by 宋文武
parent c135d9747e
commit 9f1a39ac3d
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -275,7 +275,7 @@ program.")
(define-public autorandr
(package
(name "autorandr")
(version "1.10.1")
(version "1.14")
(home-page "https://github.com/phillipberndt/autorandr")
(source
(origin
@ -285,7 +285,7 @@ program.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg"))))
(base32 "0yb0rnv37xymjhg54mk7zw3h9501f45ykc1754mxy1q3bm0fgva6"))))
(build-system python-build-system)
(native-inputs
(list pkg-config))