mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-allocator-api2-0.2: Update to 0.2.21.
* gnu/packages/crates-io.scm (rust-allocator-api2-0.2): Update to 0.2.21. Change-Id: I7f0acf1e2f74ef33ba3f62738cc9a9a1315c7168
This commit is contained in:
parent
5e1388a4fe
commit
c59342a122
1 changed files with 2 additions and 2 deletions
|
@ -1322,14 +1322,14 @@ (define-public rust-alloc-traits-0.1
|
|||
(define-public rust-allocator-api2-0.2
|
||||
(package
|
||||
(name "rust-allocator-api2")
|
||||
(version "0.2.15")
|
||||
(version "0.2.21")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "allocator-api2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sdgkqs0pyk61m4yjksl5fv8wld11s5rp7v4v3p5hhccvkw6rz2n"))))
|
||||
"08zrzs022xwndihvzdn78yqarv2b9696y67i6h78nla3ww87jgb8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--lib")
|
||||
|
|
Loading…
Reference in a new issue