gnu: solid: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (solid): Update to 6.4.0. Change-Id: I2fa9e5ef114da061cd303492bc81de3a362a61c1master
parent
1009a4a7bb
commit
a1b39cb10c
|
@ -1999,7 +1999,7 @@ feel.")
|
||||||
(define-public solid
|
(define-public solid
|
||||||
(package
|
(package
|
||||||
(name "solid")
|
(name "solid")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2008,7 +2008,7 @@ feel.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nckgnr2834ppjjm3nq5xcasw7f3rvr95g8d37yh3vmwk6arj8dq"))))
|
"1hwm6pwv3w194jbgamzp3bfazk3yfwxjkycaxkw4m7zvsiqknyan"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison dbus extra-cmake-modules flex qttools))
|
(list bison dbus extra-cmake-modules flex qttools))
|
||||||
|
|
Reference in New Issue