gnu: libkomparediff2: Update to 19.04.1.

* gnu/packages/kde.scm (libkomparediff2): Update to 19.04.1.
master
Tobias Geerinckx-Rice 2019-05-11 20:24:53 +02:00
parent 40b5ec2f3e
commit 0691567d78
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -450,15 +450,14 @@ other special events for a geographical region.")
(define-public libkomparediff2
(package
(name "libkomparediff2")
(version "17.12.3")
(version "19.04.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/applications/" version
"/src/libkomparediff2-" version ".tar.xz"))
(sha256
(base32
"0w6p8lvm2rn7y4qz0x3s87lwh1758xnyhwkkkng55n8v9rpjjw7l"))))
(base32 "1cyi7a5ss7jv87llk0k8c9g3h1qsp6j6nmdzh3xxcswr4p5skc9a"))))
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config)))