[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70177] [PATCH 012/120] gnu: Add rust-gimli-0.28
From: |
zenmaya |
Subject: |
[bug#70177] [PATCH 012/120] gnu: Add rust-gimli-0.28 |
Date: |
Thu, 4 Apr 2024 08:07:26 +0200 |
Change-Id: Ic396563564a1343f2ec1074fea621a43ee9535a1
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8aa9fe8524..74d877ac32 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26892,6 +26892,33 @@ (define-public rust-ghost-0.1
;; Either license can be chosen at the users option.
(license (list license:expat license:asl2.0))))
+(define-public rust-gimli-0.28
+ (package
+ (name "rust-gimli")
+ (version "0.28.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "gimli" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0lv23wc8rxvmjia3mcxc6hj9vkqnv1bqq0h8nzjcgf71mrxx6wa2"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
+ ("rust-fallible-iterator" ,rust-fallible-iterator-0.3)
+ ("rust-indexmap" ,rust-indexmap-2)
+ ("rust-rustc-std-workspace-alloc"
,rust-rustc-std-workspace-alloc-1)
+ ("rust-rustc-std-workspace-core"
,rust-rustc-std-workspace-core-1)
+ ("rust-stable-deref-trait"
,rust-stable-deref-trait-1))))
+ (home-page "https://github.com/gimli-rs/gimli")
+ (synopsis "A library for reading and writing the DWARF debugging format.")
+ (description
+ "This package provides a library for reading and writing the DWARF
debugging
+format.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-gimli-0.27
(package
(name "rust-gimli")
--
2.41.0
- [bug#70177] [PATCH 004/120] gnu: Add rust-bumpalo, (continued)
- [bug#70177] [PATCH 004/120] gnu: Add rust-bumpalo, zenmaya, 2024/04/04
- [bug#70177] [PATCH 007/120] gnu: Add rust-fallible-iterator, zenmaya, 2024/04/04
- [bug#70177] [PATCH 011/120] gnu: Add rust-ambient-authority, zenmaya, 2024/04/04
- [bug#70177] [PATCH 014/120] gnu: Add rust-arf-strings, zenmaya, 2024/04/04
- [bug#70177] [PATCH 015/120] gnu: Add rust-cap-primitives, zenmaya, 2024/04/04
- [bug#70177] [PATCH 008/120] gnu: Add rust-listenfd, zenmaya, 2024/04/04
- [bug#70177] [PATCH 002/120] gnu: Add rust-afl, zenmaya, 2024/04/04
- [bug#70177] [PATCH 005/120] gnu: Add rust-cap-net-ext, zenmaya, 2024/04/04
- [bug#70177] [PATCH 006/120] gnu: Update rust-cpal, zenmaya, 2024/04/04
- [bug#70177] [PATCH 009/120] gnu: Add rust-fd-lock-4, zenmaya, 2024/04/04
- [bug#70177] [PATCH 012/120] gnu: Add rust-gimli-0.28,
zenmaya <=
- [bug#70177] [PATCH 013/120] gnu: Update rust-iana-time-zone, zenmaya, 2024/04/04
- [bug#70177] [PATCH 016/120] gnu: Add rust-cap-time-ext, zenmaya, 2024/04/04
- [bug#70177] [PATCH 017/120] gnu: Add rust-cap-rand, zenmaya, 2024/04/04
- [bug#70177] [PATCH 018/120] gnu: Add rust-cap-std, zenmaya, 2024/04/04
- [bug#70177] [PATCH 001/120] gnu: Add rust-addr2line, zenmaya, 2024/04/04
- [bug#70177] [PATCH 019/120] gnu: Add rust-cap-fs-ext, zenmaya, 2024/04/04
- [bug#70177] [PATCH 020/120] gnu: Add rust-io-extras, zenmaya, 2024/04/04