[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 091/150] gnu: rust-funty-1: Inherit from rust-funty-1
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 091/150] gnu: rust-funty-1: Inherit from rust-funty-1.2. |
Date: |
Mon, 17 Jan 2022 13:29:12 +0000 |
* gnu/packages/crates-io.scm (rust-funty-1): Inherit from rust-funty-1.2.
[source]: Fix formatting.
---
gnu/packages/crates-io.scm | 27 ++++++++++-----------------
1 file changed, 10 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index dcaa06beb1..b24ac87077 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20894,28 +20894,21 @@ (define-public rust-funty-1.2
(define-public rust-funty-1
(package
+ (inherit rust-funty-1.2)
(name "rust-funty")
(version "1.1.0")
(source
- (origin
- (method url-fetch)
- (uri (crate-uri "funty" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "19wx3p3jmv863y0mjb56sr4qf1kvqhl3fsyslkd92zli0p8lrlzy"))))
- (build-system cargo-build-system)
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "funty" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "19wx3p3jmv863y0mjb56sr4qf1kvqhl3fsyslkd92zli0p8lrlzy"))))
(arguments
`(#:cargo-development-inputs
- (("rust-static-assertions" ,rust-static-assertions-1))))
- (home-page "https://github.com/myrrlyn/funty")
- (synopsis "Trait generalization over the primitive types")
- (description
- "Prior to 1.0, Rust had traits for the numeric primitive types to permit
-code to generalize over which specific type it accepted. This was never
-stabilized, and eventually removed. This library reïnstates these traits.")
- (license license:expat)))
+ (("rust-static-assertions" ,rust-static-assertions-1))))))
(define-public rust-futf-0.1
(package
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 084/150] gnu: Add rust-rustls-0.20., (continued)
- [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, 2022/01/17
- [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 <=
- [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
- [bug#53315] [PATCH 101/150] gnu: rust-brotli-decompressor-2: Update to 2.3.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 099/150] gnu: Add rust-rustls-native-certs-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 100/150] gnu: rust-rustls-native-certs-0.5: Inherit from rust-rustls-native-certs-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 096/150] gnu: rust-rusticata-macros-3: Inherit from rust-rusticata-macros-4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 102/150] gnu: rust-cc-1: Update to 1.0.67., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 097/150] gnu: Add rust-der-parser-6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 103/150] gnu: Add rust-cloudflare-zlib-sys-0.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 104/150] gnu: rust-cloudflare-zlib-sys-0.2: Inherit from rust-cloudflare-zlib-sys-0.3., Aleksandr Vityazev, 2022/01/17