[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")
- branch master updated (74dad2c -> 4707ab2), guix-commits, 2021/07/29
- 02/49: gnu: julia-nnlib: Update to 0.7.25., guix-commits, 2021/07/29
- 03/49: gnu: julia-rotations: Update to 1.0.2-1.b599102., guix-commits, 2021/07/29
- 07/49: gnu: julia-chainrulescore: Update to 1.0.2., guix-commits, 2021/07/29
- 08/49: gnu: julia-chainrulestestutils: Update to 1.0.0., guix-commits, 2021/07/29
- 01/49: gnu: julia-tracker: Patch for julia-1.6., guix-commits, 2021/07/29
- 10/49: gnu: julia-staticarrays: Update to 1.2.8., guix-commits, 2021/07/29
- 12/49: gnu: julia-unitful: Update to 1.9.0., guix-commits, 2021/07/29
- 05/49: gnu: julia-specialfunctions: Update to 1.6.0.,
guix-commits <=
- 11/49: gnu: julia-tables: Update to 1.4.4., guix-commits, 2021/07/29
- 18/49: gnu: julia-arrayinterface: Update to 3.1.19., guix-commits, 2021/07/29
- 19/49: gnu: julia-arraylayouts: Update to 0.7.3., guix-commits, 2021/07/29
- 22/49: gnu: julia-benchmarktools: Update to 1.1.1., guix-commits, 2021/07/29
- 06/49: gnu: julia-chainrules: Update to 1.1.0., guix-commits, 2021/07/29
- 13/49: gnu: julia-zygote: Update to 0.6.17., guix-commits, 2021/07/29
- 16/49: gnu: julia-recursivearraytools: Update to 2.16.1., guix-commits, 2021/07/29
- 17/49: gnu: julia-interpolations: Update to 0.13.3., guix-commits, 2021/07/29
- 24/49: gnu: julia-blockbandedmatrices: Update to 0.10.7., guix-commits, 2021/07/29
- 26/49: gnu: julia-compat: Update to 3.32.0., guix-commits, 2021/07/29