diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 11:33:13 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 20:54:06 -0500 |
commit | 9b3e68992643e05027c158da77ac8f9ae20477aa (patch) | |
tree | 3f10f1ed8777908d75cfe6726cea1f76f96deeae /gnu | |
parent | 45e1f842edbba72dac4ebdfc015f242372f3db03 (diff) | |
download | guix-9b3e68992643e05027c158da77ac8f9ae20477aa.tar.gz guix-9b3e68992643e05027c158da77ac8f9ae20477aa.zip |
gnu: kplotting: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kplotting): Update to 5.114.0.
Change-Id: Ida6140065925b3dffcb3022f7283fc68a90625eb
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 0691125369..e1d842202a 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1027,7 +1027,7 @@ to flat and hierarchical lists.") (define-public kplotting (package (name "kplotting") - (version "5.108.0") + (version "5.114.0") (source (origin (method url-fetch) (uri (string-append @@ -1036,7 +1036,7 @@ to flat and hierarchical lists.") name "-" version ".tar.xz")) (sha256 (base32 - "1rnkwxxms2raqswgwm0i4xgjqpzkz7wl2kbdra2gqscfz7a23s4p")))) + "17x58pplln0plqiyhjpzdiqxngylxq5gkc5gk7b91xzm783x2k0n")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules qttools-5)) |