GNU bug report logs -
#51662
[PATCH 0/7] More crates for NewsFlash.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 7 Nov 2021 14:30:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 51662 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 3 years and 255 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.