gnu: redshift: Update to 1.12.
* gnu/packages/xdisorg.scm (redshift): Update to 1.12.
This commit is contained in:
parent
0b1e903d1e
commit
a5a568d246
|
@ -955,7 +955,7 @@ the X.Org X Server version 1.7 and later (X11R7.5 or later).")
|
||||||
(define-public redshift
|
(define-public redshift
|
||||||
(package
|
(package
|
||||||
(name "redshift")
|
(name "redshift")
|
||||||
(version "1.11")
|
(version "1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -965,7 +965,7 @@ the X.Org X Server version 1.7 and later (X11R7.5 or later).")
|
||||||
"/redshift-" version ".tar.xz"))
|
"/redshift-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ngkwj7rg8nfk806w0sg443w6wjr91xdc0zisqfm5h2i77wm1qqh"))))
|
"1fi27b73x85qqar526dbd33av7mahca2ykaqwr7siqiw1qqcby6j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -975,7 +975,7 @@ the X.Org X Server version 1.7 and later (X11R7.5 or later).")
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxcb" ,libxcb)
|
("libxcb" ,libxcb)
|
||||||
("libxxf86vm" ,libxxf86vm)
|
("libxxf86vm" ,libxxf86vm)
|
||||||
("glib" ,glib))) ;for Geoclue2 support
|
("glib" ,glib))) ; for Geoclue2 support
|
||||||
(home-page "https://github.com/jonls/redshift")
|
(home-page "https://github.com/jonls/redshift")
|
||||||
(synopsis "Adjust the color temperature of your screen")
|
(synopsis "Adjust the color temperature of your screen")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue