gnu: rust-slog-2.5: Rename to rust-slog-2.

* gnu/packages/crates-io.scm (rust-slog-2.5): Rename to rust-slog-2.
(rust-uuid-0.8, rust-uuid-0.7)[arguments]: Adjust accordingly.
This commit is contained in:
Efraim Flashner 2020-11-22 19:10:12 +02:00
parent 4c93127697
commit 8aae54f46b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -26142,7 +26142,7 @@ (define-public rust-sleef-sys-0.1
"Rust FFI bindings to the SLEEF Vectorized Math Library.")
(license (list license:asl2.0 license:expat))))
(define-public rust-slog-2.5
(define-public rust-slog-2
(package
(name "rust-slog")
(version "2.5.2")
@ -31790,7 +31790,7 @@ (define-public rust-uuid-0.8
("rust-md5" ,rust-md5-0.6)
("rust-rand" ,rust-rand-0.7)
("rust-serde" ,rust-serde-1)
("rust-slog" ,rust-slog-2.5))))
("rust-slog" ,rust-slog-2))))
(home-page "https://github.com/uuid-rs/uuid")
(synopsis "Library to generate and parse UUIDs")
(description
@ -31819,7 +31819,7 @@ (define-public rust-uuid-0.7
("rust-rand" ,rust-rand-0.6)
("rust-serde" ,rust-serde-1)
("rust-sha1" ,rust-sha1-0.6)
("rust-slog" ,rust-slog-2.5)
("rust-slog" ,rust-slog-2)
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
(("rust-bincode" ,rust-bincode-1)