From fde1d1abab7be6d8ae0d3f358894738e26784895 Mon Sep 17 00:00:00 2001 From: jgart Date: Fri, 19 Nov 2021 00:50:50 -0500 Subject: gnu: Add julia-jive. * gn/packages/julia.scm (julia-jive): New variable. --- gn/packages/julia.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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))) -- cgit v1.2.3