gnu: k3b: Update to 20.04.2.
* gnu/packages/kde-multimedia.scm (k3b): Update to 20.04.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c9650cef1e
commit
dbadca9ac7
1 changed files with 2 additions and 2 deletions
|
@ -288,14 +288,14 @@ This package is part of the KDE multimedia module.")
|
||||||
(define-public k3b
|
(define-public k3b
|
||||||
(package
|
(package
|
||||||
(name "k3b")
|
(name "k3b")
|
||||||
(version "20.04.1")
|
(version "20.04.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/k3b-" version ".tar.xz"))
|
"/src/k3b-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r01ninrrmqk7pl5jg0g51fcky1ammw0yyq572wyhibw7q8y7ly7"))))
|
(base32 "15wm987hz6rfs9ds9l1gbs6gdsardj1ywvk6zmpvj2i2190y4b3q"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue