guix-commits
[Top][All Lists]
Advanced

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

36/49: gnu: julia-irtools: Update to 0.4.3.


From: guix-commits
Subject: 36/49: gnu: julia-irtools: Update to 0.4.3.
Date: Thu, 29 Jul 2021 07:46:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4a69ab16ec9ccd447c5b24593bd628c575791bc6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:14:02 2021 +0300

    gnu: julia-irtools: Update to 0.4.3.
    
    * gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.3.
---
 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 e5f8636..2eda9ac 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2151,7 +2151,7 @@ as a string together with the return value.")
 (define-public julia-irtools
   (package
     (name "julia-irtools")
-    (version "0.4.2")
+    (version "0.4.3")
     (source
      (origin
        (method git-fetch)
@@ -2160,7 +2160,7 @@ as a string together with the return value.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wwzy77jcdnffnd5fr6xan7162g4wydz67igrq82wflwnrhlcx5y"))))
+        (base32 "11334fcg2slpwcj0raxf457brhf7pxglgxc6cy8q58ggrpxqfqql"))))
     (arguments
      '(#:tests? #f))                    ;require Documenter, not packaged yet
     (build-system julia-build-system)



reply via email to

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