guix-commits
[Top][All Lists]
Advanced

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

41/188: gnu: Add rust-serde-bytes-0.10.


From: guix-commits
Subject: 41/188: gnu: Add rust-serde-bytes-0.10.
Date: Mon, 12 Oct 2020 02:24:44 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 385ae0cf4199e5060254688bb08750101505dd8b
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 2d2f7d1..7fd1752 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21514,6 +21514,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]