guix-commits
[Top][All Lists]
Advanced

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

12/16: gnu: julia-jive: Update to 0.2.27.


From: guix-commits
Subject: 12/16: gnu: julia-jive: Update to 0.2.27.
Date: Thu, 8 Dec 2022 13:31:18 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 151a450f48cb272458048af95cd5342874b44b53
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 8 19:46:51 2022 +0200

    gnu: julia-jive: Update to 0.2.27.
    
    * gnu/packages/julia-xyz.scm (julia-jive): Update to 0.2.27.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 244cd4d031..5b549a8114 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3156,7 +3156,7 @@ extensions to the iterator interface.")
 (define-public julia-jive
   (package
     (name "julia-jive")
-    (version "0.2.20")
+    (version "0.2.27")
     (source
      (origin
        (method git-fetch)
@@ -3165,7 +3165,7 @@ extensions to the iterator interface.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0khwsdh8472jxcfi9lqw14l49sqlbsixql1jb4irnyajxkdjrcsf"))))
+        (base32 "010dxs9p5ab97h80kw12bx5mkraf0584wi0ggk8wnhg10jf3lpam"))))
     (build-system julia-build-system)
     (home-page "https://github.com/wookay/Jive.jl";)
     (synopsis "Julia package to help with writing tests")



reply via email to

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