mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: kactivities: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kactivities): Update to 5.27.0.
This commit is contained in:
parent
442f2beae0
commit
04fb93e0e3
1 changed files with 10 additions and 10 deletions
|
@ -1585,16 +1585,16 @@ (define-public baloo
|
||||||
(define-public kactivities
|
(define-public kactivities
|
||||||
(package
|
(package
|
||||||
(name "kactivities")
|
(name "kactivities")
|
||||||
(version "5.24.0")
|
(version "5.27.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
(uri (string-append
|
||||||
|
"mirror://kde/stable/frameworks/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s8g43zk6h35bq1am1nnhj0qvmhd6kz42gs8l7ybga0367jghzhf"))))
|
"08x07rlf2gff1j9jahznz2838919vab1ay8jppz3bp5kywx104yk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||||
|
|
Loading…
Reference in a new issue