guix-commits
[Top][All Lists]
Advanced

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

134/436: gnu: Add rust-sval-ref-2.


From: guix-commits
Subject: 134/436: gnu: Add rust-sval-ref-2.
Date: Sun, 5 Nov 2023 05:28:30 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit bdeab8c20327c8ee6c350bd71caea80924980cb9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 10:10:10 2023 +0300

    gnu: Add rust-sval-ref-2.
    
    * gnu/packages/crates-io.scm (rust-sval-ref-2): New variable.
    
    Change-Id: I9d20fae380da842a3fb0d8eeab512514f64a702f
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 384af60e6d..998864f565 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -72444,6 +72444,28 @@ values without proliferating generics.")
         ("rust-quote" ,rust-quote-1)
         ("rust-syn" ,rust-syn-1))))))
 
+(define-public rust-sval-ref-2
+  (package
+    (name "rust-sval-ref")
+    (version "2.10.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "sval-ref" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1qd9w4iqp8z7v0mf7icz1409g48jnibyrh9nbnms1hmq5x7hbvbm"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-sval" ,rust-sval-2))
+       #:cargo-development-inputs (("rust-sval-test" ,rust-sval-test-2))))
+    (home-page "https://github.com/sval-rs/sval";)
+    (synopsis "A variant of sval::Value for types with internal references")
+    (description
+     "This package provides a variant of sval::Value for types with internal
+references")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-sval-serde-2
   (package
     (name "rust-sval-serde")



reply via email to

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