mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31: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
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue