gnu: julia-staticarrays: Update to 1.2.13.
* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.13.
This commit is contained in:
		
							parent
							
								
									09ee0df82e
								
							
						
					
					
						commit
						d6bebca94d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3969,7 +3969,7 @@ types and a common interface that is shared between them.")
 | 
				
			||||||
(define-public julia-staticarrays
 | 
					(define-public julia-staticarrays
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-staticarrays")
 | 
					    (name "julia-staticarrays")
 | 
				
			||||||
    (version "1.2.9")
 | 
					    (version "1.2.13")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3978,7 +3978,7 @@ types and a common interface that is shared between them.")
 | 
				
			||||||
             (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 "1902bl9p96mfq7d1rbilwp98wz2g82ml9svcgx7sczglyjbs4nsk"))))
 | 
					        (base32 "041mijzgzm8r61a3gwspr2wcxjikqksvj2rbnl4gmcy41alqmx79"))))
 | 
				
			||||||
    (build-system julia-build-system)
 | 
					    (build-system julia-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("julia-benchmarktools" ,julia-benchmarktools)))
 | 
					     `(("julia-benchmarktools" ,julia-benchmarktools)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue