diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-10-19 10:39:06 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-11-10 22:18:20 +0100 |
commit | 869184af51e880fcefe534abe9029d929d1412e3 (patch) | |
tree | 73cadf81672d5ab0173383c7537add81bce5b06f /gnu/packages/kde.scm | |
parent | eddad10997b3e6d0e406218eed5067a0dcb2c4cc (diff) | |
download | patches-869184af51e880fcefe534abe9029d929d1412e3.tar patches-869184af51e880fcefe534abe9029d929d1412e3.tar.gz |
gnu: libkomparediff2: Update to 19.08.2.
* gnu/packages/kde.scm (libkomparediff2): Update to 19.08.2.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 6a474b293b..fb3c0c52d8 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -410,14 +410,14 @@ features include brush stabilizers, brush engines and wrap-around mode.") (define-public libkomparediff2 (package (name "libkomparediff2") - (version "19.04.1") + (version "19.08.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/applications/" version "/src/libkomparediff2-" version ".tar.xz")) (sha256 - (base32 "1cyi7a5ss7jv87llk0k8c9g3h1qsp6j6nmdzh3xxcswr4p5skc9a")))) + (base32 "1mvihd0xpkl8kryf5dvsfgpbgs9af8c9bzq8mmr74gfsvfb8ywy5")))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) ("pkg-config" ,pkg-config))) |