mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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
|
||||
(package
|
||||
(name "attica")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -340,7 +340,7 @@ (define-public attica
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h2pzf9hhkkyrz8h95lcg3ygss9rmnybzapm82i3ycgg08n6xxn3"))))
|
||||
"1rhhc0fxwpv5dq3j7jsys0k72sy43qb1fmj2ib2a59sjvhc0ds3c"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue