mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-bytemuck-1: Update to 1.3.1.
* gnu/packages/crates-io.scm (rust-bytemuck-1): Update to 1.3.1. [synopsis]: Appease 'guix lint'.
This commit is contained in:
parent
2f3d23e12a
commit
d1a769d68f
1 changed files with 3 additions and 3 deletions
|
@ -2315,7 +2315,7 @@ in a byte slice, fast.")
|
||||||
(define-public rust-bytemuck-1
|
(define-public rust-bytemuck-1
|
||||||
(package
|
(package
|
||||||
(name "rust-bytemuck")
|
(name "rust-bytemuck")
|
||||||
(version "1.2.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2324,10 +2324,10 @@ in a byte slice, fast.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cclc9v10hc1abqrxgirg3qbwa3ra3s0dai3xiwv9v4j4bgi7yip"))))
|
"1scaac5xbfynzbpvz9yjbmg9ag2jalxfijapwlqh7xldf4li0ynv"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/Lokathor/bytemuck")
|
(home-page "https://github.com/Lokathor/bytemuck")
|
||||||
(synopsis "crate for mucking around with piles of bytes")
|
(synopsis "Crate for mucking around with piles of bytes")
|
||||||
(description
|
(description
|
||||||
"This package provides a crate for mucking around with piles of bytes.")
|
"This package provides a crate for mucking around with piles of bytes.")
|
||||||
(license license:zlib)))
|
(license license:zlib)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue