mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kwayland-integration: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kwayland-integration): Update to 6.1.3. Change-Id: I2f9726275342414d83514669c292ce780599ac85
This commit is contained in:
parent
b271d9314a
commit
a3f779304f
1 changed files with 2 additions and 2 deletions
|
@ -1309,7 +1309,7 @@ (define-public kwallet-pam
|
|||
(define-public kwayland-integration
|
||||
(package
|
||||
(name "kwayland-integration")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1317,7 +1317,7 @@ (define-public kwayland-integration
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16wlnsavxbm54am6am29667scilvdksgbaskwqdkaazqqjxn298a"))))
|
||||
"1k8ki5828x4y14k9sgjflcrj7cs89q69vqzhy576c3wnwp286hdl"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue