GNU bug report logs -
#53995
[PATCH] gnu: rbw: Update to 1.4.3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 14 Feb 2022 13:16:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a28851e1d8..a5c9a65f86 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67447,6 +67447,32 @@ (define-public rust-valuable-derive-0.1
structured data to trait objects and object-safe serialization.")
(license license:expat)))
+(define-public rust-valuable-0.1
+ (package
+ (name "rust-valuable")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "valuable" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0v9gp3nkjbl30z0fd56d8mx7w1csk86wwjhfjhr400wh9mfpw2w3"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-valuable-derive" ,rust-valuable-derive-0.1))))
+ (home-page "https://github.com/tokio-rs/valuable")
+ (synopsis
+ "Object-safe value inspection, used to pass un-typed structured data
+across trait-object boundaries.")
+ (description "This package provides object-safe value inspection. Use
+cases include passing structured data to trait objects and object-safe
+serialization.")
+ (license license:expat)))
+
(define-public rust-value-bag-1
(package
(name "rust-value-bag")
--
2.34.0
This bug report was last modified 2 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.