guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/45: gnu: rust-slog-2.5: Rename to rust-slog-2.


From: guix-commits
Subject: 44/45: gnu: rust-slog-2.5: Rename to rust-slog-2.
Date: Sun, 22 Nov 2020 12:49:50 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8aae54f46b74cea11fc0606ca8272e8b1a1b3e9c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 22 19:10:12 2020 +0200

    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.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 25d0be3..4ff6c97 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]