[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/71: gnu: Add julia-plotthemes.
From: |
guix-commits |
Subject: |
69/71: gnu: Add julia-plotthemes. |
Date: |
Sun, 30 May 2021 05:57:50 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit ab942d5c3a1a3cafc8132f1743a9c294c47f18f7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 12:51:40 2021 +0300
gnu: Add julia-plotthemes.
* gnu/packages/julia-xyz.scm (julia-plotthemes): New variable.
---
gnu/packages/julia-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 60e518e..b5f09c0 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1201,6 +1201,29 @@ algorithms, while ensuring that the most efficient
implementation is used in
actual computation.")
(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
(package
(name "julia-plotutils")
- 49/71: gnu: Add julia-cairo-jll., (continued)
- 49/71: gnu: Add julia-cairo-jll., guix-commits, 2021/05/30
- 52/71: gnu: Add julia-libglvnd-jll., guix-commits, 2021/05/30
- 55/71: gnu: Add julia-xorg-libxrandr-jll., guix-commits, 2021/05/30
- 60/71: gnu: Add julia-xorg-xkbcomp-jll., guix-commits, 2021/05/30
- 61/71: gnu: Add julia-xorg-xkeyboard-config-jll., guix-commits, 2021/05/30
- 62/71: gnu: Add julia-xkbcommon-jll., guix-commits, 2021/05/30
- 63/71: gnu: Add julia-xorg-xcb-util-jll., guix-commits, 2021/05/30
- 65/71: gnu: Add julia-xorg-xcb-util-image-jll., guix-commits, 2021/05/30
- 68/71: gnu: Add julia-qt5base-jll., guix-commits, 2021/05/30
- 67/71: gnu: Add julia-xorg-xcb-util-renderutil-jll., guix-commits, 2021/05/30
- 69/71: gnu: Add julia-plotthemes.,
guix-commits <=
- 70/71: gnu: Add julia-splitapplycombine., guix-commits, 2021/05/30
- 71/71: gnu: Add julia-measures., guix-commits, 2021/05/30