unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 51662@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#51662] [PATCH 4/7] gnu: Add rust-diffus-derive-0.10.
Date: Sun,  7 Nov 2021 14:15:26 +0000	[thread overview]
Message-ID: <20211107141529.59868-4-monego@posteo.net> (raw)
In-Reply-To: <20211107141529.59868-1-monego@posteo.net>

* gnu/packages/crates-io.scm (rust-diffus-derive-0.10): New variable.
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b583e8b8aa..ee513a345f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14362,6 +14362,30 @@ common subsequence.  The diff algorithms include Myer's diff and Patience
 diff.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-diffus-derive-0.10
+  (package
+    (name "rust-diffus-derive")
+    (version "0.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "diffus-derive" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1a7sgbzhqa7gk3xhvkci91myc86gkwxs04vfxbl8f64y7l1jsfmr"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-proc-macro2" ,rust-proc-macro2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-syn" ,rust-syn-1))))
+    (home-page "https://github.com/distil/diffus")
+    (synopsis "Diff two instances of any data structure")
+    (description "This package finds the difference between two instances of
+any data structure.  Supports derive on structs and enums.")
+    (license license:asl2.0)))
+
 (define-public rust-digest-0.9
   (package
     (name "rust-digest")
-- 
2.30.2





  parent reply	other threads:[~2021-11-07 14:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-07 14:13 [bug#51662] [PATCH 0/7] More crates for NewsFlash Vinicius Monego
2021-11-07 14:15 ` [bug#51662] [PATCH 1/7] gnu: Add rust-color-backtrace-0.5 Vinicius Monego
2021-11-07 14:15   ` [bug#51662] [PATCH 2/7] gnu: Add rust-xmltree-0.10 Vinicius Monego
2021-11-07 14:15   ` [bug#51662] [PATCH 3/7] gnu: Add rust-snake-case-0.3 Vinicius Monego
2021-11-07 14:15   ` Vinicius Monego [this message]
2021-11-07 14:15   ` [bug#51662] [PATCH 5/7] gnu: Add rust-diffus-0.10 Vinicius Monego
2021-11-07 14:15   ` [bug#51662] [PATCH 6/7] gnu: Add rust-log-mdc-0.1 Vinicius Monego
2021-11-07 14:15   ` [bug#51662] [PATCH 7/7] gnu: Add rust-log4rs-1 Vinicius Monego
2021-11-07 20:40 ` bug#51662: [PATCH 0/7] More crates for NewsFlash Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211107141529.59868-4-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=51662@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).