gnu: julia-interpolations: Update to 0.13.6.
* gnu/packages/julia-xyz.scm (julia-interpolations): Update to 0.13.6. [propagated-inputs]: Add julia-chainrulescore. [native-inputs]: Add julia-colorvectorspace.
This commit is contained in:
		
							parent
							
								
									2f63589b9b
								
							
						
					
					
						commit
						3fe1077902
					
				
					 1 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
					@ -3021,7 +3021,7 @@ each one has a fixed size.  Currently support inline strings from 1 byte up to
 | 
				
			||||||
(define-public julia-interpolations
 | 
					(define-public julia-interpolations
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-interpolations")
 | 
					    (name "julia-interpolations")
 | 
				
			||||||
    (version "0.13.3")
 | 
					    (version "0.13.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method git-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3030,7 +3030,7 @@ each one has a fixed size.  Currently support inline strings from 1 byte up to
 | 
				
			||||||
               (commit (string-append "v" version))))
 | 
					               (commit (string-append "v" version))))
 | 
				
			||||||
        (file-name (git-file-name name version))
 | 
					        (file-name (git-file-name name version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32 "1236c20k388qlh7k74mhf7hkbn0vf7ss8b1rgh1a6aj0234ayfnc"))))
 | 
					         (base32 "1skzvgd63rhj1zpn45gi3974rbrir9p2y17zyfmkz6c6nird7bkj"))))
 | 
				
			||||||
    (build-system julia-build-system)
 | 
					    (build-system julia-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					@ -3043,16 +3043,19 @@ each one has a fixed size.  Currently support inline strings from 1 byte up to
 | 
				
			||||||
                        (target-x86-32?)))))
 | 
					                        (target-x86-32?)))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list julia-axisalgorithms
 | 
					     (list julia-axisalgorithms
 | 
				
			||||||
 | 
					           julia-chainrulescore
 | 
				
			||||||
           julia-offsetarrays
 | 
					           julia-offsetarrays
 | 
				
			||||||
           julia-ratios
 | 
					           julia-ratios
 | 
				
			||||||
           julia-requires
 | 
					           julia-requires
 | 
				
			||||||
           julia-staticarrays
 | 
					           julia-staticarrays
 | 
				
			||||||
           julia-woodburymatrices))
 | 
					           julia-woodburymatrices))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list julia-dualnumbers
 | 
					     (list julia-colorvectorspace
 | 
				
			||||||
 | 
					           julia-dualnumbers
 | 
				
			||||||
           julia-forwarddiff
 | 
					           julia-forwarddiff
 | 
				
			||||||
           julia-offsetarrays
 | 
					           julia-offsetarrays
 | 
				
			||||||
           julia-unitful julia-zygote))
 | 
					           julia-unitful
 | 
				
			||||||
 | 
					           julia-zygote))
 | 
				
			||||||
    (home-page "https://github.com/JuliaMath/Interpolations.jl")
 | 
					    (home-page "https://github.com/JuliaMath/Interpolations.jl")
 | 
				
			||||||
    (synopsis "Continuous interpolation of discrete datasets")
 | 
					    (synopsis "Continuous interpolation of discrete datasets")
 | 
				
			||||||
    (description "This package implements a variety of interpolation schemes for
 | 
					    (description "This package implements a variety of interpolation schemes for
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue