GNU bug report logs -
#70147
[PATCH 00/42] WIP: Add rage.
Previous Next
Full log
Message #104 received at 70147 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-self-cell-0.10): New variable.
Change-Id: I6f635e3b60db6957fe099592d0950886fef9b850
---
gnu/packages/crates-io.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8743adccd8..976e2d3663 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67805,6 +67805,22 @@ (define-public rust-self-cell-1
in stable Rust.")
(license license:asl2.0)))
+(define-public rust-self-cell-0.10
+ (package
+ (inherit rust-self-cell-1)
+ (name "rust-self-cell")
+ (version "0.10.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "self_cell" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0pci3zh23b7dg6jmlxbn8k4plb7hcg5jprd1qiz0rp04p1ilskp1"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-self-cell" ,rust-self-cell-1))))))
+
(define-public rust-selinux-0.4
(package
(name "rust-selinux")
--
2.41.0
This bug report was last modified 1 year and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.