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
parent
4a2590f058
commit
acb9657a73
|
@ -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
|
||||||
|
|
Reference in New Issue