gnu: solid: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (solid): Update to 5.114.0. Change-Id: I7ef74022a8e2174756c3e8fd27ba6f608715f05d
This commit is contained in:
parent
553ed8b58d
commit
3128cc790c
1 changed files with 2 additions and 2 deletions
|
@ -1446,7 +1446,7 @@ feel.")
|
|||
(define-public solid
|
||||
(package
|
||||
(name "solid")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1455,7 +1455,7 @@ feel.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0m4i7csrz167nm6h4pcd0413x6jvnd39cx13k9ayga9my36ba2r8"))))
|
||||
"1slxlj5jhp8g745l328932934633nl81sq3n8fd73h655hymsk4s"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Reference in a new issue