mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 04:42:01 +01:00
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:
parent
437d1e0266
commit
7eb31e1e15
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue