me
/
guix
Archived
1
0
Fork 0

gnu: rust-simple-logger-1: Update to 1.16.0.

* gnu/packages/crates-io.scm (rust-simple-logger-1): Update to 1.16.0.
[cargo-inputs]: Add rust-time-0.3.  Remove rust-chrono-0.4.

Change-Id: I99ba5141ec9a79d2fdac51aec69b6d110c01ca72
master
Efraim Flashner 2024-02-08 16:59:52 +02:00
parent 02c09705ff
commit 46b2daf436
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 12 additions and 13 deletions

View File

@ -59962,20 +59962,19 @@ a readable output format.")
(package
(inherit rust-simple-logger-2)
(name "rust-simple-logger")
(version "1.13.0")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "simple_logger" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "01wz5xjpski45xq8v1bg8g05flj5h1sl63aabl2c6kj0hz337pmp"))))
(base32 "0pkvkp0v3w9kwqjhx5npb2jbyj9kfbb8y2w92s5cphsxldc05dj5"))))
(arguments
`(#:cargo-inputs
(("rust-atty" ,rust-atty-0.2)
("rust-chrono" ,rust-chrono-0.4)
`(#:cargo-inputs (("rust-atty" ,rust-atty-0.2)
("rust-colored" ,rust-colored-1)
("rust-log" ,rust-log-0.4)
("rust-time" ,rust-time-0.3)
("rust-winapi" ,rust-winapi-0.3))))))
(define-public rust-simple-logging-2