guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: Add julia-jive.


From: guix-commits
Subject: 02/03: gnu: Add julia-jive.
Date: Wed, 1 Dec 2021 07:09:37 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f303eaa31b554550b75e46b216d48ca38d0a4e70
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Nov 30 20:30:09 2021 -0500

    gnu: Add julia-jive.
    
    * gnu/packages/julia-xyz.scm (julia-jive): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/julia-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index ef96902..8449ddc 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2673,6 +2673,25 @@ extensions to the iterator interface.")
      "Common functional iterator patterns (formerly @code{Iterators.jl}).")
     (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 "@code{Jive.jl} is a Julia package to help with writing 
tests.")
+    (license license:expat)))
+
 (define-public julia-json
   (package
     (name "julia-json")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]