gnu: xsettingsd: Update to 1.0.2.

* gnu/packages/xdisorg.scm (xsettingsd): Update to 1.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-14 10:22:35 +01:00
parent ee858defb2
commit bcf2f79c06
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2265,7 +2265,7 @@ Xwrits hides itself until you should take another break.")
(define-public xsettingsd (define-public xsettingsd
(package (package
(name "xsettingsd") (name "xsettingsd")
(version "1.0.0") (version "1.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2274,8 +2274,7 @@ Xwrits hides itself until you should take another break.")
(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 (base32 "14gnkz18dipsa2v24f4nm9syxaa7g21iqjm7y65jn849ka2jr1h8"))))
"05m4jlw0mgwp24cvyklncpziq1prr2lg0cq9c055sh4n9d93d07v"))))
(build-system scons-build-system) (build-system scons-build-system)
(inputs (inputs
`(("libx11" ,libx11))) `(("libx11" ,libx11)))