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 (define-public rust-codepage-0.1
(package (package
(name "rust-codepage") (name "rust-codepage")
(version "0.1.1") (version "0.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "codepage" version)) (uri (crate-uri "codepage" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1sdxp0f8dy2rscln646326lny9i0jm7ncgyp4yncdwndq0i943lb")))) (base32 "1d0qr4wqc4yrab7halsa3r6akb2i2bk2cqr04vl8m0n23c38vxj8"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (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/") (home-page "https://docs.rs/codepage/")
(synopsis "Mapping between Windows code page and @code{encoding_rs}") (synopsis "Mapping between Windows code page and @code{encoding_rs}")
(description (description