GNU bug report logs -
#69803
[PATCH rust-team 00/37] Add egui, gilrs and dependencies.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-puffin-0.19): Add variable.
(rust-puffin-0.18): Inherit from rust-puffin-0.19.
Change-Id: Ib1d6721a06f4048d97aa1e282fa971e9b1f4ce70
---
gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++++++-----
1 file changed, 26 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c8601c26e4..b976e99085 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51188,17 +51188,22 @@ (define-public rust-publicsuffix-1
("rust-regex" ,rust-regex-1)
("rust-url" ,rust-url-2))))))
-(define-public rust-puffin-0.18
+(define-public rust-puffin-0.19
(package
(name "rust-puffin")
- (version "0.18.1")
+ (version "0.19.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "puffin" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0ip8dgmqc6sb6kzpfz09qfw17a0aq4j2cx0ga43j1z5abiwhycq2"))))
+ (base32 "0bx0hyifrr2n9fhc718zyk8za7rqnv5p5pvjwpadx7q4pga6mxxr"))
+ (modules '((guix build utils)))
+ (snippet '(substitute*
+ "src/lib.rs" ; test fails
+ (("fn profile_macros_test()" all)
+ (string-append "#[ignore]\n" all))))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
@@ -51213,12 +51218,28 @@ (define-public rust-puffin-0.18
("rust-serde" ,rust-serde-1)
("rust-web-time" ,rust-web-time-0.2)
("rust-zstd" ,rust-zstd-0.12))
- #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.5))))
(home-page "https://github.com/EmbarkStudios/puffin")
(synopsis "Simple instrumentation profiler for games")
- (description "Simple instrumentation profiler for games.")
+ (description
+ "This package provides an instrumentation profiler for games.")
(license (list license:expat license:asl2.0))))
+(define-public rust-puffin-0.18
+ (package
+ (inherit rust-puffin-0.19)
+ (name "rust-puffin")
+ (version "0.18.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "puffin" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0ip8dgmqc6sb6kzpfz09qfw17a0aq4j2cx0ga43j1z5abiwhycq2"))))))
+
(define-public rust-pulldown-cmark-to-cmark-10
(package
(name "rust-pulldown-cmark-to-cmark")
--
2.41.0
This bug report was last modified 1 year and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.