GNU bug report logs -
#75677
[PATCH rust-team 00/89] Assorted package updates for rust-team
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-referencing-0.28): New variable.
---
gnu/packages/crates-io.scm | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7a72f9760c..8804cfc943 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65003,17 +65003,17 @@ (define-public rust-reference-counted-singleton-0.1
can be recreated as needed.")
(license license:expat)))
-(define-public rust-referencing-0.26
+(define-public rust-referencing-0.28
(package
(name "rust-referencing")
- (version "0.26.2")
+ (version "0.28.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "referencing" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0jdwmrh94jdnjgjhry2wfnjx10p9s70qhgfx69s1bjsqhnpib3pv"))))
+ (base32 "0rpmsjj2y320dfbbdyw847fmz3i49i2phw0xmmbj7qyq73rs3drg"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ;; use of undeclared crate or module `referencing_testsuite`
@@ -65032,6 +65032,30 @@ (define-public rust-referencing-0.26
"An implementation-agnostic JSON reference resolution library for Rust.")
(license license:expat)))
+(define-public rust-referencing-0.26
+ (package
+ (inherit rust-referencing-0.28)
+ (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"))))
+ (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))))))
+
(define-public rust-refpool-0.4
(package
(name "rust-refpool")
--
2.48.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.