mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Remove rust-sval-1.
* gnu/packages/crates-io.scm (rust-sval-1): Delete variable. Change-Id: Ia38bceecd4b87a0d6d44d9201a08cba23d674bba
This commit is contained in:
parent
da5ce98e2c
commit
d89626950f
1 changed files with 0 additions and 19 deletions
|
@ -64068,25 +64068,6 @@ (define-public rust-sval-2
|
||||||
"This package provides a no-std, object-safe serialization framework.")
|
"This package provides a no-std, object-safe serialization framework.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-sval-1
|
|
||||||
(package
|
|
||||||
(inherit rust-sval-2)
|
|
||||||
(name "rust-sval")
|
|
||||||
(version "1.0.0-alpha.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "sval" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "025sy290xnn56nl15qkrkq0whxcwlvb4bzp996azbjl7gdyfxxj5"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-smallvec" ,rust-smallvec-1)
|
|
||||||
("rust-sval-derive" ,rust-sval-derive-1))))))
|
|
||||||
|
|
||||||
(define-public rust-sval-buffer-2
|
(define-public rust-sval-buffer-2
|
||||||
(package
|
(package
|
||||||
(name "rust-sval-buffer")
|
(name "rust-sval-buffer")
|
||||||
|
|
Loading…
Reference in a new issue