guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/16: gnu: rust-mime-0.3: Update to 0.3.16.


From: guix-commits
Subject: 08/16: gnu: rust-mime-0.3: Update to 0.3.16.
Date: Tue, 21 Jan 2020 13:19:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit acb9657a73b8e7452f71e8d1b1f49549313dbb90
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 21 17:57:40 2020 +0200

    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.
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]