gnu: julia-arrayinterface: Update to 3.1.19.
* gnu/packages/julia-xyz.scm (julia-arrayinterface): Update to 3.1.19.
This commit is contained in:
		
							parent
							
								
									bfd92c357a
								
							
						
					
					
						commit
						7067111296
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -121,7 +121,7 @@ provides functions to run a few automatable checks for Julia packages.")
 | 
				
			||||||
(define-public julia-arrayinterface
 | 
					(define-public julia-arrayinterface
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-arrayinterface")
 | 
					    (name "julia-arrayinterface")
 | 
				
			||||||
    (version "3.1.17")
 | 
					    (version "3.1.19")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method git-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ provides functions to run a few automatable checks for Julia packages.")
 | 
				
			||||||
               (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 "1yfl7wsciqm8ggfs6grxdrvpkxniy4c63d05f65v2j0c55z8a6mn"))))
 | 
					         (base32 "0cmldnzvdgmfnrnrzgj6v1mfr2rvk5096392rwmhd3iyx7v0pq33"))))
 | 
				
			||||||
    (build-system julia-build-system)
 | 
					    (build-system julia-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("julia-ifelse" ,julia-ifelse)
 | 
					     `(("julia-ifelse" ,julia-ifelse)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue