mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-serde-big-array-0.2.
* gnu/packages/crates-io.scm (rust-serde-big-array-0.2): New variable. (rust-serde-big-array-0.1): Inherit from rust-serde-big-array-0.2.
This commit is contained in:
parent
33464ad283
commit
1b4e4621d3
1 changed files with 25 additions and 10 deletions
|
@ -21145,10 +21145,10 @@ proven statistical guarantees.")
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs (("rust-num" ,rust-num-0.2))))))
|
#:cargo-inputs (("rust-num" ,rust-num-0.2))))))
|
||||||
|
|
||||||
(define-public rust-serde-big-array-0.1
|
(define-public rust-serde-big-array-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-big-array")
|
(name "rust-serde-big-array")
|
||||||
(version "0.1.5")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -21157,7 +21157,7 @@ proven statistical guarantees.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gkyqxk760mp1lfcg6lhjk95ajc89nr0qdd0vl4ic0g8pyxcy9mr"))))
|
"0kj0h99y7ma9nsayv87fj2n680bcrwv2mrcbmc774lgak18ywgl8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -21170,6 +21170,21 @@ proven statistical guarantees.")
|
||||||
(description "This package provides a big array helper for serde.")
|
(description "This package provides a big array helper for serde.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-serde-big-array-0.1
|
||||||
|
(package
|
||||||
|
(inherit rust-serde-big-array-0.2)
|
||||||
|
(name "rust-serde-big-array")
|
||||||
|
(version "0.1.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "serde-big-array" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0gkyqxk760mp1lfcg6lhjk95ajc89nr0qdd0vl4ic0g8pyxcy9mr"))))))
|
||||||
|
|
||||||
(define-public rust-serde-bytes-0.11
|
(define-public rust-serde-bytes-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-bytes")
|
(name "rust-serde-bytes")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue