mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libkscreen: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (libkscreen): Update to 6.1.4. Change-Id: Icfb65417d89c3e65c95b41e4d0c34a13150e5633
This commit is contained in:
parent
cb8a10ebc3
commit
3b2ef1dedd
1 changed files with 2 additions and 2 deletions
|
@ -1144,14 +1144,14 @@ (define-public kscreenlocker
|
|||
(define-public libkscreen
|
||||
(package
|
||||
(name "libkscreen")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "14xjncc9gfz441j8gmyggz2qwnhm3k0mj5xzp3vignf3drrz724r"))))
|
||||
(base32 "0yv65jsfqynhhnrj54l8hgiv8immzsxky3gwdawp0qmwxjz640kk"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue