gnu: rust-predicates-1: Update to 1.0.7.
* gnu/packages/crates-io.scm (rust-predicates-1): Update to 1.0.7.
This commit is contained in:
		
							parent
							
								
									f21c711a0f
								
							
						
					
					
						commit
						3af5497c6e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -28681,14 +28681,14 @@ dependency to expose a precomputed hash.")
 | 
				
			||||||
(define-public rust-predicates-1
 | 
					(define-public rust-predicates-1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-predicates")
 | 
					    (name "rust-predicates")
 | 
				
			||||||
    (version "1.0.5")
 | 
					    (version "1.0.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "predicates" version))
 | 
					       (uri (crate-uri "predicates" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0nkkn3h3b9vigyy4adlnhi2zrxm5j0nbnqid6snwxp4h5v8ymgwn"))))
 | 
					        (base32 "1ai5qdqym11x1x55via1gq2w86ac1gj3rsjdan9wqmqsdi2k7d7f"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:cargo-inputs
 | 
					     `(#:cargo-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue