mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rust-funty-1: Inherit from rust-funty-1.2.
* gnu/packages/crates-io.scm (rust-funty-1): Inherit from rust-funty-1.2. [source]: Fix formatting. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
cad7fb12de
commit
71bdb6307b
1 changed files with 10 additions and 17 deletions
|
@ -21313,6 +21313,7 @@ (define-public rust-funty-1.2
|
||||||
|
|
||||||
(define-public rust-funty-1
|
(define-public rust-funty-1
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-funty-1.2)
|
||||||
(name "rust-funty")
|
(name "rust-funty")
|
||||||
(version "1.1.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
|
@ -21324,17 +21325,9 @@ (define-public rust-funty-1
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19wx3p3jmv863y0mjb56sr4qf1kvqhl3fsyslkd92zli0p8lrlzy"))))
|
"19wx3p3jmv863y0mjb56sr4qf1kvqhl3fsyslkd92zli0p8lrlzy"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
(("rust-static-assertions" ,rust-static-assertions-1))))
|
(("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)))
|
|
||||||
|
|
||||||
(define-public rust-futf-0.1
|
(define-public rust-futf-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue