mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20: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 @@ easy.")
|
||||||
(define-public rust-elain-0.3
|
(define-public rust-elain-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-elain")
|
(name "rust-elain")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "elain" version))
|
(uri (crate-uri "elain" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wgpyy0m48vdnrip0f4x1h8w4bp2lxgy8pqk78qwhrbxmr7hj8im"))))
|
(base32 "0ym7gc1wbr1ynvjhcxifjadk51bbmg5qdsf2q7r0bvvyapgrp8vb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://docs.rs/elain/latest/elain/")
|
(home-page "https://docs.rs/elain/latest/elain/")
|
||||||
(synopsis "Set a type's minimum alignment with const generics")
|
(synopsis "Set a type's minimum alignment with const generics")
|
||||||
|
|
Loading…
Add table
Reference in a new issue