me
/
guix
Archived
1
0
Fork 0

gnu: xrandr-invert-colors: Update to 0.02.

* gnu/packages/xdisorg.scm (xrandr-invert-colors): Update to 0.02.
master
Tobias Geerinckx-Rice 2021-09-03 18:32:34 +02:00
parent be85c89023
commit fab0ab65c1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2208,7 +2208,7 @@ to automatically turn it on on login.")
(define-public xrandr-invert-colors
(package
(name "xrandr-invert-colors")
(version "0.01")
(version "0.02")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2217,7 +2217,7 @@ to automatically turn it on on login.")
(file-name (git-file-name name version))
(sha256
(base32
"1br3x9vr6xm4ika06n8cfxx1b3wdchdqvyzjl4y1chmivrml8x9h"))))
"0gk1fgxb2kjyr78xn8m0ckjdic99ras7msa67piwnhj3j4scg1ih"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list ,(string-append "CC=" (cc-for-target)))