gnu: rust-futures-test-0.3: Update to 0.3.26.
* gnu/packages/crates-io.scm (rust-futures-test-0.3): Update to 0.3.26. [arguments]: Skip tests. [cargo-inputs]: Add rust-futures-macro-0.3, rust-futures-sink-0.3, rust-pin-project-1. Remove rust-once-cell-1.
This commit is contained in:
		
							parent
							
								
									b21ac1b885
								
							
						
					
					
						commit
						8dde227a62
					
				
					 1 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
					@ -22963,7 +22963,7 @@ futures-rs library.")
 | 
				
			||||||
(define-public rust-futures-test-0.3
 | 
					(define-public rust-futures-test-0.3
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-futures-test")
 | 
					    (name "rust-futures-test")
 | 
				
			||||||
    (version "0.3.5")
 | 
					    (version "0.3.26")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -22971,16 +22971,19 @@ futures-rs library.")
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0v9r2mmgdbm0x4gppd5jzf4rss7439ivkqwi604m0r2il3zap6ci"))))
 | 
					         "0pbdzvbmzrnc67bpp7hbh7l5mavqifpgk2vhaprr0vlr6qrpcyi4"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:cargo-inputs
 | 
					     `(#:tests? #f          ; Doc tests fail.
 | 
				
			||||||
 | 
					       #:cargo-inputs
 | 
				
			||||||
       (("rust-futures-core" ,rust-futures-core-0.3)
 | 
					       (("rust-futures-core" ,rust-futures-core-0.3)
 | 
				
			||||||
        ("rust-futures-executor" ,rust-futures-executor-0.3)
 | 
					        ("rust-futures-executor" ,rust-futures-executor-0.3)
 | 
				
			||||||
        ("rust-futures-io" ,rust-futures-io-0.3)
 | 
					        ("rust-futures-io" ,rust-futures-io-0.3)
 | 
				
			||||||
 | 
					        ("rust-futures-macro" ,rust-futures-macro-0.3)
 | 
				
			||||||
 | 
					        ("rust-futures-sink" ,rust-futures-sink-0.3)
 | 
				
			||||||
        ("rust-futures-task" ,rust-futures-task-0.3)
 | 
					        ("rust-futures-task" ,rust-futures-task-0.3)
 | 
				
			||||||
        ("rust-futures-util" ,rust-futures-util-0.3)
 | 
					        ("rust-futures-util" ,rust-futures-util-0.3)
 | 
				
			||||||
        ("rust-once-cell" ,rust-once-cell-1)
 | 
					        ("rust-pin-project" ,rust-pin-project-1)
 | 
				
			||||||
        ("rust-pin-utils" ,rust-pin-utils-0.1))))
 | 
					        ("rust-pin-utils" ,rust-pin-utils-0.1))))
 | 
				
			||||||
    (home-page "https://rust-lang.github.io/futures-rs")
 | 
					    (home-page "https://rust-lang.github.io/futures-rs")
 | 
				
			||||||
    (synopsis "Test components built off futures-rs")
 | 
					    (synopsis "Test components built off futures-rs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue