guix-commits
[Top][All Lists]
Advanced

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

32/37: gnu: Add rust-inflate-0.4.


From: guix-commits
Subject: 32/37: gnu: Add rust-inflate-0.4.
Date: Sat, 22 Feb 2020 16:40:04 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a9a279b6af2969b33659ed65d0ca8878354cedd4
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Jan 19 15:48:03 2020 +0300

    gnu: Add rust-inflate-0.4.
    
    * gnu/packages/crates-io.scm (rust-inflate-0.4): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 21c40cd..fd45634 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6107,6 +6107,27 @@ This crate was initially published under the name 
ordermap, but it was
 renamed to indexmap.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-inflate-0.4
+  (package
+    (name "rust-inflate")
+    (version "0.4.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "inflate" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1zxjdn8iwa0ssxrnjmywm3r1v284wryvzrf8vkc7nyf5ijbjknqw"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-adler32" ,rust-adler32-1.0))))
+    (home-page "https://github.com/PistonDevelopers/inflate.git";)
+    (synopsis "DEFLATE decoding")
+    (description "This package provides DEFLATE decoding.")
+    (license license:expat)))
+
 (define-public rust-insta-0.8
   (package
     (name "rust-insta")



reply via email to

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