emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52212: closed ([PATCH 1/2] gnu: Add julia-jive.)


From: GNU bug Tracking System
Subject: bug#52212: closed ([PATCH 1/2] gnu: Add julia-jive.)
Date: Wed, 01 Dec 2021 12:11:02 +0000

Your message dated Wed, 1 Dec 2021 14:09:38 +0200
with message-id <YadmApcEmNpQJ9YY@3900XT>
and subject line Re: [bug#52213] [PATCH 2/2] gnu: Add julia-millboard.
has caused the debbugs.gnu.org bug report #52213,
regarding [PATCH 1/2] gnu: Add julia-jive.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52213: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52213
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add julia-jive. Date: Tue, 30 Nov 2021 20:30:09 -0500
* gnu/packages/julia-xyz.scm (julia-jive): New variable.
---
 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 4b48440e45..68eb92182b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4995,6 +4995,25 @@ (define-public julia-softglobalscope
 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 "@code{julia-jive} is a package to help with writing tests.")
+    (license license:expat)))
+
 (define-public julia-zygote
   (package
     (name "julia-zygote")
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52213] [PATCH 2/2] gnu: Add julia-millboard. Date: Wed, 1 Dec 2021 14:09:38 +0200
I sorted these two patches alphabetically and pushed them. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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