gnu: perl6-svg-plot: Perl -> Raku.
* gnu/packages/perl6.scm (perl6-svg-plot)[source]: Reindent. [synopsis, description]: Replace mentions of Perl with Raku. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
442fbb6fdd
commit
834a1c9b86
|
@ -664,7 +664,7 @@ identify an XML file as SVG.")
|
|||
(license license:artistic2.0))))
|
||||
|
||||
(define-public perl6-svg-plot
|
||||
;; Latest commit
|
||||
;; Latest commit.
|
||||
(let ((commit "062570a78fd38c3c6baba29dfe2fbb8ca014f4de")
|
||||
(revision "1"))
|
||||
(package
|
||||
|
@ -678,14 +678,13 @@ identify an XML file as SVG.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"095ga5hbg92jnmczxvhk1hjz14yr334zyf8cph4w5w5frcza44my"))))
|
||||
(base32 "095ga5hbg92jnmczxvhk1hjz14yr334zyf8cph4w5w5frcza44my"))))
|
||||
(build-system rakudo-build-system)
|
||||
(propagated-inputs
|
||||
(list perl6-svg))
|
||||
(home-page "https://github.com/moritz/svg-plot")
|
||||
(synopsis "Perl 6 charting and plotting library that produces SVG output")
|
||||
(description "@code{SVG::Plot} is a simple 2D chart plotter for Perl 6.
|
||||
(synopsis "Raku charting and plotting library that produces SVG output")
|
||||
(description "@code{SVG::Plot} is a simple 2D chart plotter for Raku.
|
||||
It currently supports bars, stacked bars, lines and points (both equally spaced
|
||||
with optional labels, or xy plots).")
|
||||
(license license:artistic2.0))))
|
||||
|
|
Reference in New Issue