gnu: SDDM: Update to 0.18.1.

* gnu/packages/display-managers.scm (sddm): Update to 0.18.1.
This commit is contained in:
Marius Bakke 2019-03-31 16:57:37 +02:00
parent a02d390357
commit 3725865f84
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -134,7 +134,7 @@ (define-public greenisland
(define-public sddm
(package
(name "sddm")
(version "0.18.0")
(version "0.18.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -143,7 +143,7 @@ (define-public sddm
"sddm-" version ".tar.xz"))
(sha256
(base32
"0icyi9nqgbp2v6dwh3n3jzff9jv2xy8d4rbsz89hd65x7c3hrv87"))))
"0nilrhwlyvkngjgxfc08n73c16azgmw80pvx0a78xqww9y3hv4xh"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)