me
/
guix
Archived
1
0
Fork 0

gnu: rust-integer-encoding-3: Update to 3.0.4.

gnu/packages/crates-io.scm (rust-integer-encoding-3): Update to 3.0.4.

Change-Id: I7ea443428127e2d8422680d1e95dded902992432
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Herman Rimm 2024-02-18 22:03:30 +01:00 committed by Efraim Flashner
parent 0054198e83
commit 954fd529cb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -32653,14 +32653,14 @@ that works on WASM too.")
(define-public rust-integer-encoding-3
(package
(name "rust-integer-encoding")
(version "3.0.2")
(version "3.0.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "integer-encoding" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1f0mk7d694g2sz4my5zh7i5w4kijx5y16x6dip7fv0pazx013hch"))))
(base32 "00ng7jmv6pqwqc8w1297f768bn0spwwicdr7hb40baax00r3gc4b"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t