gnu: guile2.2-charting: Sort alphabetically.

* gnu/packages/plotutils.scm (guile2.2-charting): Sort alphabetically.

Change-Id: I3fdd61800a59e3578216f4c94a4121487c6be8d3
This commit is contained in:
Sharlatan Hellseher 2024-04-13 13:33:37 +01:00
parent 2c98b2bfa6
commit e776d09962
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -289,6 +289,13 @@ (define-public guile-plotutils
went to university in the 1990s, this is the library for you.")
(license license:gpl3+)))
(define-public guile2.2-charting
(package
(inherit guile-charting)
(name "guile2.2-charting")
(inputs (list guile-2.2))
(propagated-inputs (list guile2.2-cairo))))
(define-public plotutils
(package
(name "plotutils")
@ -356,13 +363,6 @@ (define-public plotutils
programs for plotting scientific data.")
(license license:gpl2+)))
(define-public guile2.2-charting
(package
(inherit guile-charting)
(name "guile2.2-charting")
(inputs (list guile-2.2))
(propagated-inputs (list guile2.2-cairo))))
(define-public ploticus
(package
(name "ploticus")