gnu: rust-uuid-0.8: Update to 0.8.2.
* gnu/packages/crates-io.scm (rust-uuid-0.8): Update to 0.8.2.
This commit is contained in:
		
							parent
							
								
									0d65362916
								
							
						
					
					
						commit
						6f8755f2eb
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
					@ -45708,7 +45708,7 @@ first byte.")
 | 
				
			||||||
(define-public rust-uuid-0.8
 | 
					(define-public rust-uuid-0.8
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-uuid")
 | 
					    (name "rust-uuid")
 | 
				
			||||||
    (version "0.8.1")
 | 
					    (version "0.8.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -45717,17 +45717,17 @@ first byte.")
 | 
				
			||||||
         (string-append name "-" version ".tar.gz"))
 | 
					         (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "049w16qwk3d3b9cmpgvd7fvcnwgs75l8rlsagh06w7ga9dm2zplz"))))
 | 
					          "1dy4ldcp7rnzjy56dxh7d2sgrcvn4q77y0a8r0a48946h66zjp5w"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:skip-build? #t
 | 
					     `(#:skip-build? #t
 | 
				
			||||||
       #:cargo-inputs
 | 
					       #:cargo-inputs
 | 
				
			||||||
       (("rust-winapi" ,rust-winapi-0.3)
 | 
					       (("rust-getrandom" ,rust-getrandom-0.2)
 | 
				
			||||||
        ("rust-sha1" ,rust-sha1-0.6)
 | 
					        ("rust-md5" ,rust-md5-0.7)
 | 
				
			||||||
        ("rust-md5" ,rust-md5-0.6)
 | 
					 | 
				
			||||||
        ("rust-rand" ,rust-rand-0.7)
 | 
					 | 
				
			||||||
        ("rust-serde" ,rust-serde-1)
 | 
					        ("rust-serde" ,rust-serde-1)
 | 
				
			||||||
        ("rust-slog" ,rust-slog-2))))
 | 
					        ("rust-sha1" ,rust-sha1-0.6)
 | 
				
			||||||
 | 
					        ("rust-slog" ,rust-slog-2)
 | 
				
			||||||
 | 
					        ("rust-winapi" ,rust-winapi-0.3))))
 | 
				
			||||||
    (home-page "https://github.com/uuid-rs/uuid")
 | 
					    (home-page "https://github.com/uuid-rs/uuid")
 | 
				
			||||||
    (synopsis "Library to generate and parse UUIDs")
 | 
					    (synopsis "Library to generate and parse UUIDs")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue