gnu: rust-codepage-0.1: Update to 0.1.2.

* gnu/packages/crates-windows.scm (rust-codepage-0.1): Update to 0.1.2.
[arguments]: Don't skip the build.

Change-Id: I8215205ec65f76c6b6a9890cdd1c4f2dd7e407a4
This commit is contained in:
Efraim Flashner 2024-12-02 20:12:53 +02:00
parent 437d1e0266
commit 7eb31e1e15
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -226,19 +226,17 @@ Windows Credential Manager.")
(define-public rust-codepage-0.1
(package
(name "rust-codepage")
(version "0.1.1")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "codepage" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1sdxp0f8dy2rscln646326lny9i0jm7ncgyp4yncdwndq0i943lb"))))
(base32 "1d0qr4wqc4yrab7halsa3r6akb2i2bk2cqr04vl8m0n23c38vxj8"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-encoding-rs" ,rust-encoding-rs-0.8))))
`(#:cargo-inputs (("rust-encoding-rs" ,rust-encoding-rs-0.8))))
(home-page "https://docs.rs/codepage/")
(synopsis "Mapping between Windows code page and @code{encoding_rs}")
(description