mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add julia-plotthemes.
* gnu/packages/julia-xyz.scm (julia-plotthemes): New variable.
This commit is contained in:
parent
0e7925f79c
commit
ab942d5c3a
1 changed files with 23 additions and 0 deletions
|
@ -1201,6 +1201,29 @@ algorithms, while ensuring that the most efficient implementation is used in
|
||||||
actual computation.")
|
actual computation.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-plotthemes
|
||||||
|
(package
|
||||||
|
(name "julia-plotthemes")
|
||||||
|
(version "2.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaPlots/PlotThemes.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1fd27w9z1vhz0d1bzrs5vcavpb5r5jviyh27d9c4ka37phz4xvmh"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("julia-plotutils" ,julia-plotutils)
|
||||||
|
("julia-requires" ,julia-requires)))
|
||||||
|
(home-page "https://github.com/JuliaPlots/PlotThemes.jl")
|
||||||
|
(synopsis "Themes for the Julia plotting package Plots.jl")
|
||||||
|
(description
|
||||||
|
"PlotThemes is a package to spice up the plots made with @code{Plots.jl}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-plotutils
|
(define-public julia-plotutils
|
||||||
(package
|
(package
|
||||||
(name "julia-plotutils")
|
(name "julia-plotutils")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue