gnu: rust-trust-dns-proto-0.18: Downgrade to 0.18.0-alpha.2.
* gnu/packages/crates-web.scm (rust-trust-dns-proto-0.18): Downgrade to 0.18.0-alpha.2. Change-Id: I0785127f4a30bfb03e9e0425081681eb1c3a4a80
This commit is contained in:
		
							parent
							
								
									5347c7a1fb
								
							
						
					
					
						commit
						9268bc96ca
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -6308,18 +6308,18 @@ DNS protocol library for all Trust-DNS projects.")
 | 
				
			||||||
        ("rust-futures" ,rust-futures-0.3)
 | 
					        ("rust-futures" ,rust-futures-0.3)
 | 
				
			||||||
        ("rust-tokio" ,rust-tokio-0.2))))))
 | 
					        ("rust-tokio" ,rust-tokio-0.2))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-trust-dns-proto-0.18
 | 
					(define-public rust-trust-dns-proto-0.18.0-alpha.2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit rust-trust-dns-proto-0.19)
 | 
					    (inherit rust-trust-dns-proto-0.19)
 | 
				
			||||||
    (name "rust-trust-dns-proto")
 | 
					    (name "rust-trust-dns-proto")
 | 
				
			||||||
    (version "0.18.1")
 | 
					    (version "0.18.0-alpha.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "trust-dns-proto" version))
 | 
					       (uri (crate-uri "trust-dns-proto" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1vmhw7vdaa6b7wfv438f272ijjl2qlpcp6b1myvif4iay8pp4fi5"))))
 | 
					        (base32 "0gs15ckm4d4s59jqmm35lbpx7mvylrk8hiialpnga6d9p0m3lzra"))))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:cargo-inputs
 | 
					     `(#:cargo-inputs
 | 
				
			||||||
       (("rust-async-trait" ,rust-async-trait-0.1)
 | 
					       (("rust-async-trait" ,rust-async-trait-0.1)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue