me
/
guix
Archived
1
0
Fork 0

gnu: rust-bitstream-io-1: Update to 1.10.0.

* gnu/packages/crates-io.scm (rust-bitstream-io-1): Update to 1.10.0.
[arguments]: Don't skip the build.

Change-Id: I9dcda189920d5c8877dff9ef9939f2982ac286f9
master
Efraim Flashner 2024-04-01 20:57:38 +03:00
parent 81e4437ea7
commit bc22e8aac2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -8191,15 +8191,14 @@ streams in big-endian and little-endian formats.")
(package
(inherit rust-bitstream-io-2)
(name "rust-bitstream-io")
(version "1.0.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bitstream-io" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "01pyk3pipwcbaghi7f0lmp3izjl902cv21yf4b1v5nipkrrrqlq3"))))
(arguments `(#:skip-build? #t))))
(base32 "0kq7hgc66pkbg9kwp8qazaz5x0dagaihml6b8ixsa17xb5k5fig4"))))))
(define-public rust-bitstream-io-0.8
(package