gnu: drkonqi: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (drkonqi): Update to 6.1.3. Change-Id: I70d7306aaa236c44a4114bae5f3a069f53c78578master
parent
0ef68015ca
commit
37e4494410
|
@ -313,7 +313,7 @@ games, and tools.")
|
||||||
(define-public drkonqi
|
(define-public drkonqi
|
||||||
(package
|
(package
|
||||||
(name "drkonqi")
|
(name "drkonqi")
|
||||||
(version "6.1.2")
|
(version "6.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -321,7 +321,7 @@ games, and tools.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19965cim06lfmkaansmrx814axfz7fxsmgfl52x2q3ar5vrmn05a"))))
|
"1b90m22x5fzcwfns14rz5p7lj367wsa4sq1w7vkxvq2g8jgak8bv"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
|
Reference in New Issue