me
/
guix
Archived
1
0
Fork 0

gnu: rust-cookie-0.14: Inherit from rust-cookie-0.15.

* gnu/packages/crates-io.scm (rust-cookie-0.14): Inherit from rust-cookie-0.15.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Aleksandr Vityazev 2022-01-17 13:18:51 +00:00 committed by Nicolas Goaziou
parent 9fcca3baab
commit d06d6a543f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 7 deletions

View File

@ -11897,6 +11897,7 @@ management. It supports signed and private (encrypted, authenticated) jars.")
(define-public rust-cookie-0.14 (define-public rust-cookie-0.14
(package (package
(inherit rust-cookie-0.15)
(name "rust-cookie") (name "rust-cookie")
(version "0.14.2") (version "0.14.2")
(source (source
@ -11907,7 +11908,6 @@ management. It supports signed and private (encrypted, authenticated) jars.")
(sha256 (sha256
(base32 (base32
"1q56fl2cqrci9ksa80d7g220phq02nf1yfbvxkpk9g1p95ma2wqk")))) "1q56fl2cqrci9ksa80d7g220phq02nf1yfbvxkpk9g1p95ma2wqk"))))
(build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-aes-gcm" ,rust-aes-gcm-0.6) (("rust-aes-gcm" ,rust-aes-gcm-0.6)
@ -11919,12 +11919,7 @@ management. It supports signed and private (encrypted, authenticated) jars.")
("rust-sha2" ,rust-sha2-0.9) ("rust-sha2" ,rust-sha2-0.9)
("rust-time" ,rust-time-0.2)) ("rust-time" ,rust-time-0.2))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-version-check" ,rust-version-check-0.9)))) (("rust-version-check" ,rust-version-check-0.9))))))
(home-page "https://github.com/SergioBenitez/cookie-rs")
(synopsis "HTTP cookie parsing and cookie jar management")
(description "This package provides HTTP cookie parsing and cookie jar
management. It supports signed and private (encrypted, authenticated) jars.")
(license (list license:expat license:asl2.0))))
(define-public rust-cookie-store-0.12 (define-public rust-cookie-store-0.12
(package (package