mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
4c93127697
commit
8aae54f46b
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue