me
/
guix
Archived
1
0
Fork 0

gnu: rust-mime-0.3: Update to 0.3.16.

* gnu/packages/crates-io.scm (rust-mime-0.3): Update to 0.3.16.
[arguments]: Remove rust-unicase-2.4 from cargo-inputs.
master
Efraim Flashner 2020-01-21 17:57:40 +02:00
parent 4a2590f058
commit acb9657a73
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 5 deletions

View File

@ -6197,7 +6197,7 @@ for Rust structs.")
(define-public rust-mime-0.3 (define-public rust-mime-0.3
(package (package
(name "rust-mime") (name "rust-mime")
(version "0.3.13") (version "0.3.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6205,11 +6205,9 @@ for Rust structs.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"09clbyvdkwflp8anwjhqdib0sw8191gphcchdp80nc8ayhhwl9ry")))) "13dcm9lh01hdwfjcg74ppljyjfj1c6w3a3cwkhxf0w8wa37cfq1a"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments '(#:skip-build? #t))
`(#:skip-build? #t
#:cargo-inputs (("rust-unicase" ,rust-unicase-2.4))))
(home-page "https://github.com/hyperium/mime") (home-page "https://github.com/hyperium/mime")
(synopsis "Strongly Typed Mimes") (synopsis "Strongly Typed Mimes")
(description (description