gnu: rust-aligned-0.4: Update to 0.4.2.

* gnu/packages/crates-io.scm (rust-aligned-0.4): Update to 0.4.2.

Change-Id: I019777d58095793020dfc727558d641adc29f0d6
This commit is contained in:
Efraim Flashner 2024-12-19 20:52:14 +02:00
parent 2bfc9a60a3
commit 5e1388a4fe
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1220,14 +1220,14 @@ (define-public rust-aliasable-0.1
(define-public rust-aligned-0.4
(package
(name "rust-aligned")
(version "0.4.1")
(version "0.4.2")
(source (origin
(method url-fetch)
(uri (crate-uri "aligned" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0md67hsr0yw5qydr9hjlfz4wfxbbl39y7abkhpycf9m682a1p8l0"))))
"08srg0rbz21s1kk97b1canffly7icr31sp7l1nqk2i1ym05lqzip"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-as-slice" ,rust-as-slice-0.2))))