mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-nodrop-union-0.1: Upgrade to 0.1.11.
* gnu/packages/crates-io.scm (rust-nodrop-union-0.1): Upgrade to 0.1.11. [arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
a4c4b47b12
commit
028b0deebb
1 changed files with 4 additions and 6 deletions
|
@ -7772,12 +7772,10 @@ (define-public rust-nodrop-0.1
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
;; This package requires features which are unavailable
|
|
||||||
;; on the stable releases of Rust.
|
|
||||||
(define-public rust-nodrop-union-0.1
|
(define-public rust-nodrop-union-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-nodrop-union")
|
(name "rust-nodrop-union")
|
||||||
(version "0.1.10")
|
(version "0.1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7785,14 +7783,14 @@ (define-public rust-nodrop-union-0.1
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jsnkdn9l8jlmb9h4wssi76sxnyxwnyi00p6y1p2gdq7c1gdw2b7"))))
|
"1h59pph19rxanyqcaid8pg73s7wmzdx3zhjv5snlim5qx606zxkc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments (#:skip-build? #t)) ; Depends on features not in stable Rust.
|
||||||
(home-page "https://github.com/bluss/arrayvec")
|
(home-page "https://github.com/bluss/arrayvec")
|
||||||
(synopsis "Wrapper type to inhibit drop (destructor)")
|
(synopsis "Wrapper type to inhibit drop (destructor)")
|
||||||
(description "This package provides a wrapper type to inhibit drop
|
(description "This package provides a wrapper type to inhibit drop
|
||||||
(destructor). Implementation crate for nodrop, the untagged unions
|
(destructor). Implementation crate for @code{nodrop}, the untagged unions
|
||||||
implementation (which is unstable / requires nightly).")
|
implementation (which is unstable / requires nightly).")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue