gnu: python-trimesh: Update to 3.23.5.
* gnu/packages/python-science.scm (python-trimesh): Update to 3.23.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									4aa6a924b2
								
							
						
					
					
						commit
						d07e75a4ce
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -352,13 +352,13 @@ implements several methods for sequential model-based optimization. | ||||||
| (define-public python-trimesh | (define-public python-trimesh | ||||||
|   (package |   (package | ||||||
|     (name "python-trimesh") |     (name "python-trimesh") | ||||||
|     (version "3.22.1") |     (version "3.23.5") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "trimesh" version)) |        (uri (pypi-uri "trimesh" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1ck4dkhz1x6sznd83c1hlvsv2m6d22fr82na0947j5jf47a4c1gl")))) |         (base32 "08967axlnmfv98n05dhrkynyrmcc814hl8184gzzmcy4rjg6dzdx")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      (list python-numpy)) |      (list python-numpy)) | ||||||
|  |  | ||||||
		Reference in a new issue