guix-commits
[Top][All Lists]
Advanced

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

05/49: gnu: julia-specialfunctions: Update to 1.6.0.


From: guix-commits
Subject: 05/49: gnu: julia-specialfunctions: Update to 1.6.0.
Date: Thu, 29 Jul 2021 07:46:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 228763316ad9cc1b7491c18d5c4d81865a9d8cf8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 10:24:45 2021 +0300

    gnu: julia-specialfunctions: Update to 1.6.0.
    
    * gnu/packages/julia-xyz.scm (julia-specialfunctions): Update to 1.6.0.
    [propagated-inputs]: Add julia-logexpfunctions.
---
 gnu/packages/julia-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 3551160..45074ff 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3500,7 +3500,7 @@ timsort and radixsort.")
 (define-public julia-specialfunctions
   (package
     (name "julia-specialfunctions")
-    (version "1.3.0")
+    (version "1.6.0")
     (source
      (origin
        (method git-fetch)
@@ -3509,12 +3509,13 @@ timsort and radixsort.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rfhrrkzi3ils7fklbn35ki1yp5x88fi71qknfwqyw4pk8cf8p80"))))
+        (base32 "0nfpnglx7zl9g20w2mgfkg17hcw9ri0shaq2rwplj0ij5pwz8yf0"))))
     (build-system julia-build-system)
     (inputs
      `(("julia-chainrulestestutils" ,julia-chainrulestestutils)))
     (propagated-inputs
      `(("julia-chainrulescore" ,julia-chainrulescore)
+       ("julia-logexpfunctions" ,julia-logexpfunctions)
        ("julia-openspecfun-jll" ,julia-openspecfun-jll)))
     (home-page "https://github.com/JuliaMath/SpecialFunctions.jl";)
     (synopsis "Special mathematical functions")



reply via email to

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