gnu: python-onnx: Update to 1.9.0.
* gnu/packages/machine-learning.scm (python-onnx): Update to 1.9.0.
This commit is contained in:
		
							parent
							
								
									721e380764
								
							
						
					
					
						commit
						5f9dc326d9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -584,7 +584,7 @@ in terms of new algorithms.")
 | 
				
			||||||
(define-public python-onnx
 | 
					(define-public python-onnx
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-onnx")
 | 
					    (name "python-onnx")
 | 
				
			||||||
    (version "1.8.1")
 | 
					    (version "1.9.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -593,7 +593,7 @@ in terms of new algorithms.")
 | 
				
			||||||
       ;; to use googletest from Guix and enable tests by default.
 | 
					       ;; to use googletest from Guix and enable tests by default.
 | 
				
			||||||
       (patches (search-patches "python-onnx-use-system-googletest.patch"))
 | 
					       (patches (search-patches "python-onnx-use-system-googletest.patch"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1ys5f4kqkabm4mgivsw80zz8xj1svanfbpszqbw9j15914hcarcx"))))
 | 
					        (base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("cmake" ,cmake)
 | 
					     `(("cmake" ,cmake)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue