gnu: xsimd: Update to 8.1.0.
* gnu/packages/cpp.scm (xsimd): Update to 8.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									f9488d5444
								
							
						
					
					
						commit
						4f6191fbcd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -406,7 +406,7 @@ combination of these streams.")
 | 
				
			||||||
(define-public xsimd
 | 
					(define-public xsimd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xsimd")
 | 
					    (name "xsimd")
 | 
				
			||||||
    (version "8.0.5")
 | 
					    (version "8.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -414,7 +414,7 @@ combination of these streams.")
 | 
				
			||||||
             (url "https://github.com/QuantStack/xsimd")
 | 
					             (url "https://github.com/QuantStack/xsimd")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0fph1gzrj13knfkl3fvg098ccvqkbzs0jb8n323m7pnxajpzhzij"))
 | 
					        (base32 "16b9fdvhhsbs93llbzccgpxjdkj8kfvac3wx0b30i306k5f3maq2"))
 | 
				
			||||||
       (file-name (git-file-name name version))))
 | 
					       (file-name (git-file-name name version))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue