mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libkscreen: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (libkscreen): Update to 6.1.3. Change-Id: I9866432728063ecf0f2e9c87033fabdee7a24e6b
This commit is contained in:
parent
6ef5b51a40
commit
6227620a7a
1 changed files with 2 additions and 2 deletions
|
@ -1143,14 +1143,14 @@ (define-public kscreenlocker
|
|||
(define-public libkscreen
|
||||
(package
|
||||
(name "libkscreen")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1f4pb09b9n6fbwlcs5fva3wpfamg9maz2k4rf0dyr2ihyjwh3p1n"))))
|
||||
(base32 "14xjncc9gfz441j8gmyggz2qwnhm3k0mj5xzp3vignf3drrz724r"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue