me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-mime-0.3): Update to 0.3.17.

Change-Id: I4f4e2a2c6608e78dc4a5e9cdf151ef1b1e20a308
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Wilko Meyer 2024-01-08 02:53:02 +01:00 committed by Efraim Flashner
parent 8f30ce6390
commit 5e5f6b6b93
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -40181,15 +40181,14 @@ drop-in allocator.")
(define-public rust-mime-0.3 (define-public rust-mime-0.3
(package (package
(name "rust-mime") (name "rust-mime")
(version "0.3.16") (version "0.3.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "mime" version)) (uri (crate-uri "mime" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "16hkibgvb9klh0w0jk5crr5xv90l3wlf77ggymzjmvl1818vnxv8"))))
"13dcm9lh01hdwfjcg74ppljyjfj1c6w3a3cwkhxf0w8wa37cfq1a"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:skip-build? #t)) (arguments '(#:skip-build? #t))
(home-page "https://github.com/hyperium/mime") (home-page "https://github.com/hyperium/mime")