me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-fern-0.5.

* gnu/packages/crates-io.scm (rust-fern-0.5): Delete variable.
Efraim Flashner 2022-10-18 22:31:37 +03:00
parent 536d49fdbd
commit aa48a6c91e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 27 deletions

View File

@ -22334,33 +22334,6 @@ Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed")
"This package provides a simple, efficient logging system for Rust.")
(license license:expat)))
(define-public rust-fern-0.5
(package
(inherit rust-fern-0.6)
(name "rust-fern")
(version "0.5.9")
(source
(origin
(method url-fetch)
(uri (crate-uri "fern" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1anslk0hx9an4ypcaxqff080hgbcxm7ji7d4qf4f6qx1mkav16p6"))))
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-reopen" ,rust-reopen-0.3)
("rust-log" ,rust-log-0.4)
("rust-chrono" ,rust-chrono-0.4)
("rust-colored" ,rust-colored-1)
("rust-syslog" ,rust-syslog-3)
("rust-syslog" ,rust-syslog-4))
#:cargo-development-inputs
(("rust-clap" ,rust-clap-2)
("rust-tempdir" ,rust-tempdir-0.3))))))
(define-public rust-fever-api-0.2
(package
(name "rust-fever-api")