diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-27 02:23:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-27 03:26:47 +0200 |
commit | 814612c0ccc5695cfbcbefc7622cf6ee2b0b5e93 (patch) | |
tree | 03f527381c4de5d46d7603074c1c34e66fa8a08e /gnu/packages/kde.scm | |
parent | 36f3e1df5fd28f28a93eb91ef29e1fcb43b90492 (diff) | |
download | patches-814612c0ccc5695cfbcbefc7622cf6ee2b0b5e93.tar patches-814612c0ccc5695cfbcbefc7622cf6ee2b0b5e93.tar.gz |
gnu: libkomparediff2: Update to 17.12.3.
* gnu/packages/kde.scm (libkomparediff2): Update to 17.12.3.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 33ed86b3b4..686a505821 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Mark Meyer <mark@ofosos.org> -;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -384,7 +384,7 @@ other special events for a geographical region.") (define-public libkomparediff2 (package (name "libkomparediff2") - (version "17.12.1") + (version "17.12.3") (source (origin (method url-fetch) @@ -393,7 +393,7 @@ other special events for a geographical region.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0jd700pjw51vyan5d22k6j60jgb95pfn2nvwz2nfs2f4xlsly1hz")))) + "0w6p8lvm2rn7y4qz0x3s87lwh1758xnyhwkkkng55n8v9rpjjw7l")))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) ("pkg-config" ,pkg-config))) |