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 #218 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 70/89] gnu: rust-fluent-uri-0.3: New variable.
Date: Sun, 19 Jan 2025 17:49:44 -0500
* gnu/packages/crates-io.scm (rust-fluent-uri-0.3): New variable.
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 10f3691415..e05a6d286b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26951,6 +26951,29 @@ (define-public rust-float-ord-0.2
      "This package provides a total ordering for floating-point numbers.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-fluent-uri-0.3
+  (package
+    (name "rust-fluent-uri")
+    (version "0.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "fluent-uri" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1rgp9mv03bifxysy863kf38aagvyl76ca6gd3dcx6iyzjrfvc60r"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-borrow-or-share" ,rust-borrow-or-share-0.2)
+        ("rust-ref-cast" ,rust-ref-cast-1)
+        ("rust-serde" ,rust-serde-1))))
+    (home-page "https://github.com/yescallop/fluent-uri-rs")
+    (synopsis "Generic URI/IRI handling library compliant with RFC 3986/3987")
+    (description "A generic URI/IRI handling library compliant with RFC 3986/3987.")
+    (license license:expat)))
+
 (define-public rust-fluid-0.4
   (package
     (name "rust-fluid")
-- 
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.