gnu: rust-cookie-0.11: Update to 0.11.5.
* gnu/packages/crates-io.scm (rust-cookie-0.11): Update to 0.11.5. [arguments]: Don't skip the build. [cargo-inputs]: Replace rust-aes-gcm-0.5 with 0.8, rust-base64-0.12 with 0.13, rust-hkdf-0.8 with 0.10, rust-hmac-0.7 with 0.10, rust-rand-0.7 with 0.8, rust-sha2-0.8 with 0.9. Change-Id: Idc9cff06f08656679b67c176e6e028870bc98959master
parent
742487f24d
commit
222db7400a
|
@ -15763,24 +15763,23 @@ It supports signed and private (encrypted + signed) jars.")
|
|||
(package
|
||||
(inherit rust-cookie-0.12)
|
||||
(name "rust-cookie")
|
||||
(version "0.11.3")
|
||||
(version "0.11.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cookie" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0i2x04kx1ifljsnwsa83k7cpmajk9j4ayyx2h11y6lkji6hcv5ap"))))
|
||||
(base32 "1mwbcygk9als9h7bfp8fhax2ah278qamaz9l9p64in6iirv1h85y"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-aes-gcm" ,rust-aes-gcm-0.5)
|
||||
("rust-base64" ,rust-base64-0.12)
|
||||
("rust-hkdf" ,rust-hkdf-0.8)
|
||||
("rust-hmac" ,rust-hmac-0.7)
|
||||
`(#:cargo-inputs
|
||||
(("rust-aes-gcm" ,rust-aes-gcm-0.8)
|
||||
("rust-base64" ,rust-base64-0.13)
|
||||
("rust-hkdf" ,rust-hkdf-0.10)
|
||||
("rust-hmac" ,rust-hmac-0.10)
|
||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-sha2" ,rust-sha2-0.8)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-time" ,rust-time-0.1))))))
|
||||
|
||||
(define-public rust-cookie-factory-0.3
|
||||
|
|
Reference in New Issue