mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: kwayland-integration: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (kwayland-integration): Update to 6.1.4. Change-Id: I7472cef6036cb865fe99b2a59278a8e226594980
This commit is contained in:
parent
c7e06578db
commit
19027a4bee
1 changed files with 2 additions and 2 deletions
|
@ -1310,7 +1310,7 @@ (define-public kwallet-pam
|
|||
(define-public kwayland-integration
|
||||
(package
|
||||
(name "kwayland-integration")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1318,7 +1318,7 @@ (define-public kwayland-integration
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k8ki5828x4y14k9sgjflcrj7cs89q69vqzhy576c3wnwp286hdl"))))
|
||||
"0knfh2rr8xz1l7v54l1834qnvaryl73451lhxwfhdn11hq9jh7jw"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue