mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: xsettingsd: Update to 1.0.2.
* gnu/packages/xdisorg.scm (xsettingsd): Update to 1.0.2.
This commit is contained in:
parent
ee858defb2
commit
bcf2f79c06
1 changed files with 2 additions and 3 deletions
|
@ -2265,7 +2265,7 @@ (define-public xwrits
|
|||
(define-public xsettingsd
|
||||
(package
|
||||
(name "xsettingsd")
|
||||
(version "1.0.0")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2274,8 +2274,7 @@ (define-public xsettingsd
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05m4jlw0mgwp24cvyklncpziq1prr2lg0cq9c055sh4n9d93d07v"))))
|
||||
(base32 "14gnkz18dipsa2v24f4nm9syxaa7g21iqjm7y65jn849ka2jr1h8"))))
|
||||
(build-system scons-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)))
|
||||
|
|
Loading…
Reference in a new issue