mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: Add rust-anstyle-wincon-0.2.
* gnu/packages/crates-windows.scm (rust-anstyle-wincon-0.2): New variable. Change-Id: Iadfd77f8ac8ac799a5d90582a9ecb3fd17975587
This commit is contained in:
parent
1eb7028b22
commit
242aee5574
1 changed files with 17 additions and 0 deletions
|
@ -79,6 +79,23 @@
|
|||
#:cargo-development-inputs
|
||||
(("rust-lexopt" ,rust-lexopt-0.3))))))
|
||||
|
||||
(define-public rust-anstyle-wincon-0.2
|
||||
(package
|
||||
(inherit rust-anstyle-wincon-3)
|
||||
(name "rust-anstyle-wincon")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anstyle-wincon" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1yil703c9gp5hn1d8fn5m3dr4mlwml80v6mvhwr9y52v2kv7l4n3"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-0.3)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.45))
|
||||
#:cargo-development-inputs (("rust-lexopt" ,rust-lexopt-0.3))))))
|
||||
|
||||
(define-public rust-cargo-credential-wincred-0.4
|
||||
(package
|
||||
(name "rust-cargo-credential-wincred")
|
||||
|
|
Loading…
Add table
Reference in a new issue