guix-commits
[Top][All Lists]
Advanced

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

42/189: gnu: Add rust-serde-bytes-0.10.


From: guix-commits
Subject: 42/189: gnu: Add rust-serde-bytes-0.10.
Date: Mon, 21 Sep 2020 06:01:04 -0400 (EDT)

arunisaac pushed a commit to branch wip-swc
in repository guix.

commit 3aad67e23f28349b7c6ee9070baa834f8ae0bee5
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Wed Sep 16 11:19:30 2020 +0530

    gnu: Add rust-serde-bytes-0.10.
    
    * gnu/packages/crates-io.scm (rust-serde-bytes-0.10): New variable.
---
 gnu/packages/crates-io.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a059cc5..a42bb4b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23303,6 +23303,21 @@ proven statistical guarantees.")
      "Optimized handling of @code{&[u8]} and @code{Vec<u8>} for Serde.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-serde-bytes-0.10
+  (package
+    (inherit rust-serde-bytes-0.11)
+    (name "rust-serde-bytes")
+    (version "0.10.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "serde_bytes" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "127c9br02ygajs4z3bw850i48nc25f4yn7kmh21wqd3z7nlbiyyy"))))))
+
 (define-public rust-serde-cbor-0.11
   (package
     (name "rust-serde-cbor")



reply via email to

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