mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: redshift: Update to 1.12.
* gnu/packages/xdisorg.scm (redshift): Update to 1.12.
This commit is contained in:
parent
0b1e903d1e
commit
a5a568d246
1 changed files with 3 additions and 3 deletions
|
@ -955,7 +955,7 @@ (define-public xf86-input-wacom
|
|||
(define-public redshift
|
||||
(package
|
||||
(name "redshift")
|
||||
(version "1.11")
|
||||
(version "1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -965,7 +965,7 @@ (define-public redshift
|
|||
"/redshift-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ngkwj7rg8nfk806w0sg443w6wjr91xdc0zisqfm5h2i77wm1qqh"))))
|
||||
"1fi27b73x85qqar526dbd33av7mahca2ykaqwr7siqiw1qqcby6j"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
@ -975,7 +975,7 @@ (define-public redshift
|
|||
("libx11" ,libx11)
|
||||
("libxcb" ,libxcb)
|
||||
("libxxf86vm" ,libxxf86vm)
|
||||
("glib" ,glib))) ;for Geoclue2 support
|
||||
("glib" ,glib))) ; for Geoclue2 support
|
||||
(home-page "https://github.com/jonls/redshift")
|
||||
(synopsis "Adjust the color temperature of your screen")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue