GNU bug report logs - #75677
[PATCH rust-team 00/89] Assorted package updates for rust-team

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sun, 19 Jan 2025 22:43:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


Message #224 received at 75677 <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 75677 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH rust-team 72/89] gnu: rust-referencing-0.26: New variable.
Date: Sun, 19 Jan 2025 17:49:46 -0500
* gnu/packages/crates-io.scm (rust-referencing-0.26): New variable.
---
 gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9e81b34fde..3039092080 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63770,6 +63770,35 @@ (define-public rust-reference-counted-singleton-0.1
 can be recreated as needed.")
     (license license:expat)))
 
+(define-public rust-referencing-0.26
+  (package
+    (name "rust-referencing")
+    (version "0.26.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "referencing" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0jdwmrh94jdnjgjhry2wfnjx10p9s70qhgfx69s1bjsqhnpib3pv"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:tests? #f ;; use of undeclared crate or module `referencing_testsuite`
+       #:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
+                       ("rust-fluent-uri" ,rust-fluent-uri-0.3)
+                       ("rust-once-cell" ,rust-once-cell-1)
+                       ("rust-percent-encoding" ,rust-percent-encoding-2)
+                       ("rust-serde-json" ,rust-serde-json-1))
+       #:cargo-development-inputs
+       (("rust-codspeed-criterion-compat" ,rust-codspeed-criterion-compat-2)
+        ("criterion" ,rust-criterion-0.5)
+        ("test-case" ,rust-test-case-3))))
+    (home-page "https://github.com/Stranger6667/jsonschema")
+    (synopsis "Implementation-agnostic JSON reference resolution library for Rust")
+    (description
+     "An implementation-agnostic JSON reference resolution library for Rust.")
+    (license license:expat)))
+
 (define-public rust-refpool-0.4
   (package
     (name "rust-refpool")
-- 
2.47.1





This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.