guix-commits
[Top][All Lists]
Advanced

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

13/57: gnu: julia-nanmath: Update to 0.3.7.


From: guix-commits
Subject: 13/57: gnu: julia-nanmath: Update to 0.3.7.
Date: Wed, 21 Dec 2022 12:41:15 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fe3a0fad9e2af77c91eba0269c4a47eb41ff2323
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 12 22:38:38 2022 +0200

    gnu: julia-nanmath: Update to 0.3.7.
    
    * gnu/packages/julia-xyz.scm (julia-nanmath): Update to 0.3.7.
---
 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 687ecc07db..c59a575de6 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3907,7 +3907,7 @@ still being completely generic
 (define-public julia-nanmath
   (package
     (name "julia-nanmath")
-    (version "0.3.5")
+    (version "0.3.7")
     (source
      (origin
        (method git-fetch)
@@ -3916,7 +3916,7 @@ still being completely generic
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hczhz00qj99w63vp627kwk02l2sr2qmzc2rkwwkdwvzy670p25q"))))
+        (base32 "1fwqa2fzl84a86ppjb2xaqh93b5gg42zyrclbjfdm5l0044hwii6"))))
     (build-system julia-build-system)
     (home-page "https://github.com/mlubin/NaNMath.jl";)
     (synopsis "Implementations of basic math functions")



reply via email to

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