summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-11-22 19:10:12 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-11-22 19:45:43 +0200
commit8aae54f46b74cea11fc0606ca8272e8b1a1b3e9c (patch)
tree96e305ec950bc3bc7c956e251e27b11a642c27e4 /gnu
parent4c93127697f877657a86c5f2507ef99bda92238d (diff)
downloadguix-patches-8aae54f46b74cea11fc0606ca8272e8b1a1b3e9c.tar
guix-patches-8aae54f46b74cea11fc0606ca8272e8b1a1b3e9c.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/crates-io.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 25d0be3715..4ff6c97636 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26142,7 +26142,7 @@ data type.")
"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 @@ Unix users and groups.")
("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 @@ Unix users and groups.")
("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)