gnu: julia-specialfunctions: Update to 1.8.7.
* gnu/packages/julia-xyz.scm (julia-specialfunctions): Update to 1.8.7. [propagated-inputs]: Add julia-irrationalconstants.
This commit is contained in:
		
							parent
							
								
									8bc31f951b
								
							
						
					
					
						commit
						cb1f6878c1
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5265,7 +5265,7 @@ timsort and radixsort.")
 | 
			
		|||
(define-public julia-specialfunctions
 | 
			
		||||
  (package
 | 
			
		||||
    (name "julia-specialfunctions")
 | 
			
		||||
    (version "1.6.0")
 | 
			
		||||
    (version "1.8.7")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -5274,12 +5274,13 @@ timsort and radixsort.")
 | 
			
		|||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0nfpnglx7zl9g20w2mgfkg17hcw9ri0shaq2rwplj0ij5pwz8yf0"))))
 | 
			
		||||
        (base32 "0shlgx9lkbjb1awdf5lrbkq06bmkyahc92qay2a049b4lvqrhj7a"))))
 | 
			
		||||
    (build-system julia-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     (list julia-chainrulestestutils))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list julia-chainrulescore
 | 
			
		||||
           julia-irrationalconstants
 | 
			
		||||
           julia-logexpfunctions
 | 
			
		||||
           julia-openspecfun-jll))
 | 
			
		||||
    (home-page "https://github.com/JuliaMath/SpecialFunctions.jl")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue