aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner2021-07-04 22:12:10 +0300
committerEfraim Flashner2021-07-04 22:12:10 +0300
commitf8d1f89c9276733b4a1166b797f07a8af70b125b (patch)
tree3b0941b8f9b2d29961b6b1a5037d5a74b54a7f68
parent3eb030a3d45c68b159d67ba1473799a190dec0a3 (diff)
downloadguix-bioinformatics-f8d1f89c9276733b4a1166b797f07a8af70b125b.tar.gz
gn: julia-categoricalarrays upstreamed
-rw-r--r--VERSION2
-rw-r--r--gn/packages/julia.scm32
2 files changed, 1 insertions, 33 deletions
diff --git a/VERSION b/VERSION
index ec680d1..4758fc9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0ffa25213efefc033d26dfe6e0ec747e17c6938f
+9cc167fe30b17153bbc99a5ae62bb12a9967c9f7
diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm
index 0b10145..52625e4 100644
--- a/gn/packages/julia.scm
+++ b/gn/packages/julia.scm
@@ -717,38 +717,6 @@ structures.")
(description "Tools for working with tabular data in Julia.")
(license license:expat)))
-;; ready to upstream - needs plots
-(define-public julia-categoricalarrays
- (package
- (name "julia-categoricalarrays")
- (version "0.10.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/JuliaData/CategoricalArrays.jl")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "09ddkl5cspcihwrld8g1nf31i66hf20d8hsilj1swfcnshmns0vx"))))
- (build-system julia-build-system)
- (propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)
- ("julia-json" ,julia-json)
- ("julia-missings" ,julia-missings)
- ("julia-recipesbase" ,julia-recipesbase)
- ("julia-structtypes" ,julia-structtypes)))
- (native-inputs
- `(("julia-json3" ,julia-json3)
- ("julia-plots" ,julia-plots)
- ("julia-pooledarrays" ,julia-pooledarrays)))
- (home-page "https://github.com/JuliaData/CategoricalArrays.jl")
- (synopsis "Arrays for working with categorical data")
- (description "This package provides tools for working with categorical
-variables, both with unordered (nominal variables) and ordered categories
-(ordinal variables), optionally with missing values.")
- (license license:expat)))
-
;; TODO: unbundle javascript calls to cdn.jsdelivr.net
(define-public julia-pluto
(package