gnu: Remove rust-humantime-1.2.
* gnu/packages/crates-io.scm (rust-humantime-1.2): Remove variable. (rust-env-logger-0.5, rust-env-logger-0.6)[arguments]: Replace rust-humantime-1.2 with 1.3. Don't skip build.
This commit is contained in:
parent
cd43b55da7
commit
4f5c689d10
1 changed files with 4 additions and 21 deletions
|
@ -6001,10 +6001,9 @@ (define-public rust-env-logger-0.6
|
|||
(base32
|
||||
"1lx2s5nk96xx4i3m4zc4ghqgi8kb07dsnyiv8jk2clhax42dxz5a"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-atty" ,rust-atty-0.2)
|
||||
("rust-humantime" ,rust-humantime-1.2)
|
||||
("rust-humantime" ,rust-humantime-1.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-termcolor" ,rust-termcolor-1.0))))))
|
||||
|
@ -6024,10 +6023,9 @@ (define-public rust-env-logger-0.5
|
|||
(base32
|
||||
"0f0c4i4c65jh8lci0afl5yg74ac0lbnpxcp81chj114zwg9a9c0m"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-atty" ,rust-atty-0.2)
|
||||
("rust-humantime" ,rust-humantime-1.2)
|
||||
("rust-humantime" ,rust-humantime-1.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-termcolor" ,rust-termcolor-1.0))))))
|
||||
|
@ -10035,21 +10033,6 @@ (define-public rust-humantime-1.3
|
|||
SystemTime}}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-humantime-1.2
|
||||
(package
|
||||
(inherit rust-humantime-1.3)
|
||||
(name "rust-humantime")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "humantime" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"057ilhy6vc9iqhhby5ymh45m051pgxwq2z437gwkbnqhw7rfb9rw"))))))
|
||||
|
||||
(define-public rust-hyper-0.12
|
||||
(package
|
||||
(name "rust-hyper")
|
||||
|
|
Loading…
Reference in a new issue