mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: attica: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (attica): Update to 6.5.0. Change-Id: I513b0d86bc563f00971d933e352a38882fd21837
This commit is contained in:
parent
82f593f145
commit
813e7fd31d
1 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ (define-public phonon-backend-vlc
|
||||||
(define-public attica
|
(define-public attica
|
||||||
(package
|
(package
|
||||||
(name "attica")
|
(name "attica")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -340,7 +340,7 @@ (define-public attica
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h2pzf9hhkkyrz8h95lcg3ygss9rmnybzapm82i3ycgg08n6xxn3"))))
|
"1rhhc0fxwpv5dq3j7jsys0k72sy43qb1fmj2ib2a59sjvhc0ds3c"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Loading…
Reference in a new issue