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:
Efraim Flashner 2024-12-22 16:17:47 +02:00
parent 2b690ce939
commit c8a9a674d8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")