[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 087/150] gnu: rust-radium-0.5: Inherit from rust-radi
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 087/150] gnu: rust-radium-0.5: Inherit from rust-radium-0.6. |
Date: |
Mon, 17 Jan 2022 13:28:27 +0000 |
* gnu/packages/crates-io.scm (rust-radium-0.5): Inherit from rust-radium-0.6.
[source]: Fix formatting.
---
gnu/packages/crates-io.scm | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ebd1494afb..e3d1cd7c0c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42738,27 +42738,21 @@ (define-public rust-radium-0.6
(define-public rust-radium-0.5
(package
+ (inherit rust-radium-0.6)
(name "rust-radium")
(version "0.5.3")
(source
- (origin
- (method url-fetch)
- (uri (crate-uri "radium" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1f5vj5zy4kcsw8p87y976dm5pln6v6jfw5f0fkj7qbwfipbsj6wl"))))
- (build-system cargo-build-system)
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "radium" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1f5vj5zy4kcsw8p87y976dm5pln6v6jfw5f0fkj7qbwfipbsj6wl"))))
(arguments
`(#:cargo-development-inputs
- (("rust-static-assertions" ,rust-static-assertions-1))))
- (home-page "https://github.com/mystor/radium")
- (synopsis "Portable interfaces for maybe-atomic types")
- (description
- "@code{radium} provides abstractions and graceful degradation for behavior
-that must be shared-mutable, but merely may use atomic instructions to do so.")
- (license license:expat)))
+ (("rust-static-assertions" ,rust-static-assertions-1))))))
(define-public rust-radix-fmt-1
(package
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 074/150] gnu: rust-rspec-1: Update to 1.0.0., (continued)
- [bug#53315] [PATCH 074/150] gnu: rust-rspec-1: Update to 1.0.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 075/150] gnu: Add rust-cookie-store-0.15., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 078/150] gnu: rust-sct-0.6: Inherit from rust-sct-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 079/150] gnu: Add rust-webpki-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 080/150] gnu: rust-webpki-0.21: Inherit from rust-webpki-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 081/150] gnu: Add rust-webpki-roots-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 083/150] gnu: Add rust-rustls-pemfile-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 082/150] gnu: rust-webpki-roots-0.21: Inherit from rust-webpki-roots-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 084/150] gnu: Add rust-rustls-0.20., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 088/150] gnu: rust-tap-1: Update to 1.0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 087/150] gnu: rust-radium-0.5: Inherit from rust-radium-0.6.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 089/150] gnu: Add rust-wyz-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 086/150] gnu: Add rust-radium-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 085/150] gnu: rust-rustls-0.19: Inherit from rust-rustls-0.20., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 090/150] gnu: Add rust-funty-1.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 093/150] gnu: rust-bitvec-0.19: Inherit from rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 092/150] gnu: Add rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 094/150] gnu: Add rust-der-oid-macro-0.5., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 091/150] gnu: rust-funty-1: Inherit from rust-funty-1.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 095/150] gnu: Add rust-rusticata-macros-4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 098/150] gnu: Add rust-oid-registry-0.2., Aleksandr Vityazev, 2022/01/17