gnu: redshift: Update to 1.11.

* gnu/packages/xdisorg.scm (redshift): Update to 1.11.
This commit is contained in:
Tobias Geerinckx-Rice 2016-02-15 23:33:55 +01:00 committed by Andreas Enge
parent a4ba286baf
commit 85a94d296e
1 changed files with 2 additions and 2 deletions

View File

@ -680,7 +680,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.10") (version "1.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -690,7 +690,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
"19pfk9il5x2g2ivqix4a555psz8mj3m0cvjwnjpjvx0llh5fghjv")))) "0ngkwj7rg8nfk806w0sg443w6wjr91xdc0zisqfm5h2i77wm1qqh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)