mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-elain-0.3: Update to 0.3.1.
* gnu/packages/crates-io.scm (rust-elain-0.3): Update to 0.3.1. Change-Id: I4a036ec78f7584933943a56954f1bec6f6843b35
This commit is contained in:
parent
2b690ce939
commit
c8a9a674d8
1 changed files with 2 additions and 2 deletions
|
@ -24789,14 +24789,14 @@ (define-public rust-either-1
|
|||
(define-public rust-elain-0.3
|
||||
(package
|
||||
(name "rust-elain")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "elain" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wgpyy0m48vdnrip0f4x1h8w4bp2lxgy8pqk78qwhrbxmr7hj8im"))))
|
||||
(base32 "0ym7gc1wbr1ynvjhcxifjadk51bbmg5qdsf2q7r0bvvyapgrp8vb"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://docs.rs/elain/latest/elain/")
|
||||
(synopsis "Set a type's minimum alignment with const generics")
|
||||
|
|
Loading…
Reference in a new issue