aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/julia.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm
index 8ed3f20..65a24d3 100644
--- a/gn/packages/julia.scm
+++ b/gn/packages/julia.scm
@@ -1071,3 +1071,21 @@ interactive shells (the REPL, IJulia, etcetera) to make it easier to work
interactively with Julia, especially for beginners.")
(license license:expat)))
+(define-public julia-jive
+ (package
+ (name "julia-jive")
+ (version "0.2.20")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/wookay/Jive.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0khwsdh8472jxcfi9lqw14l49sqlbsixql1jb4irnyajxkdjrcsf"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/wookay/Jive.jl")
+ (synopsis "Julia package to help with writing tests")
+ (description "Julia package to help with writing tests")
+ (license license:expat)))