me
/
guix
Archived
1
0
Fork 0

gnu: rust-cookie-0.15: Update to 0.15.2.

* gnu/packages/crates-io.scm (rust-cookie-0.15): Update to 0.15.2.

Change-Id: I35855402c47584def1f99f8cdc75bfce612e9288
master
Efraim Flashner 2024-04-01 19:46:27 +03:00
parent 19a9af86a6
commit 742487f24d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -15692,14 +15692,14 @@ It supports signed and private (encrypted + signed) jars.")
(package
(inherit rust-cookie-0.16)
(name "rust-cookie")
(version "0.15.1")
(version "0.15.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "cookie" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "03gql9c2l0wg3hpfp67wg2ns21wysk0xsjxwdbjrf0s6grrcgwfm"))))
(base32 "0hlsi1hv5yrx4g92v5acha6yjz8dy1zj0pbppwynml44qpgjavpw"))))
(arguments
`(#:cargo-inputs
(("rust-aes-gcm" ,rust-aes-gcm-0.8)