mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-bit-field-0.10: Update to 0.10.2.
* gnu/packages/crates-io.scm (rust-bit-field-0.10): Update to 0.10.2. Change-Id: I8508f9ccc3cc17d8521761023f52de7f6e61f149
This commit is contained in:
parent
b2e9f41574
commit
e43d2ed02a
1 changed files with 2 additions and 2 deletions
|
@ -8515,14 +8515,14 @@ (define-public rust-bio-0.41
|
|||
(define-public rust-bit-field-0.10
|
||||
(package
|
||||
(name "rust-bit-field")
|
||||
(version "0.10.1")
|
||||
(version "0.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bit_field" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "192rsg8g3ki85gj8rzslblnwr53yw5q4l8vfg6bf1lkn4cfdvdnw"))))
|
||||
(base32 "0qav5rpm4hqc33vmf4vc4r0mh51yjx5vmd9zhih26n9yjs3730nw"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/phil-opp/rust-bit-field")
|
||||
(synopsis "Methods for operating on individual bits and ranges of bits")
|
||||
|
|
Loading…
Reference in a new issue