mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: labplot: Update to 2.10.1.
* gnu/packages/kde.scm (labplot): Update to 2.10.1. [source]<origin>: Update URI. Change-Id: I03d24410304fb14daa20f7a75f6947caed63ab84
This commit is contained in:
parent
9f918e9c48
commit
53096bb5a0
1 changed files with 4 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
;;; Copyright © 2020, 2021, 2022, 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2021 Alexandros Theodotou <alex@zrythm.org>
|
||||
;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org>
|
||||
;;; Copyright © 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021, 2022, 2023, 2024 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;;
|
||||
|
@ -1226,15 +1226,14 @@ (define-public kdeconnect
|
|||
(define-public labplot
|
||||
(package
|
||||
(name "labplot")
|
||||
(version "2.9.0")
|
||||
(version "2.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/labplot"
|
||||
"/" version "/labplot-"
|
||||
version ".tar.xz"))
|
||||
"/labplot-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1wi19gj18yhrim1cb2dwgpnc2yvydm87h41fcg670ampy24i98z5"))))
|
||||
(base32 "1vyslapcjmq7bra3hbbkwrcy6z0cn8z5z2bvzzgy1dng2waihvib"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue