mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: Add rust-env-logger-0.4.
* gnu/packages/crates-io.scm (rust-env-logger-0.4): New variable.
This commit is contained in:
parent
272004aee5
commit
2f1fe591d1
1 changed files with 21 additions and 0 deletions
|
@ -2938,6 +2938,27 @@ (define-public rust-env-logger-0.6
|
|||
("rust-regex" ,rust-regex-1.1)
|
||||
("rust-termcolor" ,rust-termcolor-1.0))))))
|
||||
|
||||
(define-public rust-env-logger-0.4
|
||||
(package
|
||||
(inherit rust-env-logger-0.7)
|
||||
(name "rust-env-logger")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "env-logger" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nydz2lidsvx9gs0v2zcz68rzqx8in7fzmiprgsrhqh17vkj3prx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-log" ,rust-log-0.3)
|
||||
("rust-regex" ,rust-regex-0.2))))))
|
||||
|
||||
(define-public rust-envmnt-0.6
|
||||
(package
|
||||
(name "rust-envmnt")
|
||||
|
|
Loading…
Reference in a new issue