gnu: attica: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (attica): Update to 5.27.0.
This commit is contained in:
parent
84dee85291
commit
5eb1b33b6b
|
@ -184,16 +184,16 @@ common build settings used in software produced by the KDE community.")
|
|||
(define-public attica
|
||||
(package
|
||||
(name "attica")
|
||||
(version "5.24.0")
|
||||
(source
|
||||
(origin
|
||||
(version "5.27.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0d368gmds7m7k5pnn625wqsij38cvxk1gkm4zv24phnk9f67v7cw"))))
|
||||
"0w6dwq83vj70m8rf52x60a64f6s6h0y7c948j3hddfql7s3ghha7"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
|
|
Loading…
Reference in New Issue