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:
Efraim Flashner 2024-12-19 16:24:58 +02:00
parent b2e9f41574
commit e43d2ed02a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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