gnu: rust-rayon-core-1: Update to 1.12.1.
* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.12.1. [cargo-inputs]: Add rust-wasm-sync-0.1. Change-Id: I34afc03f7661cd07e74b05b43017703d5ba20616
This commit is contained in:
		
							parent
							
								
									697c8dec56
								
							
						
					
					
						commit
						f89a8c015b
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -57035,20 +57035,20 @@ Rust.")
 | 
				
			||||||
(define-public rust-rayon-core-1
 | 
					(define-public rust-rayon-core-1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-rayon-core")
 | 
					    (name "rust-rayon-core")
 | 
				
			||||||
    (version "1.12.0")
 | 
					    (version "1.12.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "rayon-core" version))
 | 
					       (uri (crate-uri "rayon-core" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1vaq0q71yfvcwlmia0iqf6ixj2fibjcf2xjy92n1m1izv1mgpqsw"))))
 | 
					        (base32 "1qpwim68ai5h0j7axa8ai8z0payaawv3id0lrgkqmapx7lx8fr8l"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f  ; `Sender<usize>` cannot be shared between threads safely
 | 
					     `(#:cargo-inputs
 | 
				
			||||||
       #:cargo-inputs
 | 
					 | 
				
			||||||
       (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
 | 
					       (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
 | 
				
			||||||
        ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8))
 | 
					        ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
 | 
				
			||||||
 | 
					        ("rust-wasm-sync" ,rust-wasm-sync-0.1))
 | 
				
			||||||
       #:cargo-development-inputs
 | 
					       #:cargo-development-inputs
 | 
				
			||||||
       (("rust-libc" ,rust-libc-0.2)
 | 
					       (("rust-libc" ,rust-libc-0.2)
 | 
				
			||||||
        ("rust-rand" ,rust-rand-0.8)
 | 
					        ("rust-rand" ,rust-rand-0.8)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue