Archived
1
0
Fork 0

gnu: gammastep: Update to 2.0.8.

* gnu/packages/xdisorg.scm (gammastep): Update to 2.0.8.
[inputs, native-inputs]: Remove labels.
This commit is contained in:
Nicolas Goaziou 2021-12-26 23:50:21 +01:00
parent d03aa942de
commit f53fc9afbe
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1476,7 +1476,7 @@ protocol.")
(define-public gammastep (define-public gammastep
(package (package
(name "gammastep") (name "gammastep")
(version "2.0.7") (version "2.0.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1485,7 +1485,7 @@ protocol.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "11j54rdd3cgngdhjwyapwjbrdm8cii4i7g4zdvfykvmb1w4zdk7g")))) (base32 "071f3iqdbblb3awnx48j19kspk6l2g3658za80i2mf4gacgq9fm1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -1500,24 +1500,24 @@ protocol.")
`("GI_TYPELIB_PATH" ":" prefix `("GI_TYPELIB_PATH" ":" prefix
(,(getenv "GI_TYPELIB_PATH"))))))))) (,(getenv "GI_TYPELIB_PATH")))))))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("gettext" ,gettext-minimal) gettext-minimal
("intltool" ,intltool) intltool
("libtool" ,libtool) libtool
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
`(("glib" ,glib) (list glib
("gtk" ,gtk+) gtk+
("libappindicator" ,libappindicator) libappindicator
("libdrm" ,libdrm) libdrm
("libX11" ,libx11) libx11
("libxxf86vm" ,libxxf86vm) libxxf86vm
("libxcb" ,libxcb) libxcb
("python" ,python) python
("python-pygobject" ,python-pygobject) python-pygobject
("python-pyxdg" ,python-pyxdg) python-pyxdg
("wayland" ,wayland))) wayland))
(home-page "https://gitlab.com/chinstrap/gammastep") (home-page "https://gitlab.com/chinstrap/gammastep")
(synopsis "Adjust the color temperature of your screen") (synopsis "Adjust the color temperature of your screen")
(description (description