guix-commits
[Top][All Lists]
Advanced

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

207/330: gnu: rust-mockall-derive-0.11: Update to 0.11.4.


From: guix-commits
Subject: 207/330: gnu: rust-mockall-derive-0.11: Update to 0.11.4.
Date: Mon, 18 Mar 2024 07:16:13 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 48e4daf8088c71275b071e9dcec92b14768c3442
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 17 12:29:39 2024 +0200

    gnu: rust-mockall-derive-0.11: Update to 0.11.4.
    
    * gnu/packages/crates-io.scm (rust-mockall-derive-0.11): Update to
    0.11.4.
    [cargo-development-inputs]: Replace rust-pretty-assertions-0.7 with 1.
    
    Change-Id: I98d78f86bbcf85c86f18becef06a585c97e78d82
---
 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 06562d6871..21110a4664 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40079,14 +40079,14 @@ possible over the OS abstractions.")
 (define-public rust-mockall-derive-0.11
   (package
     (name "rust-mockall-derive")
-    (version "0.11.1")
+    (version "0.11.4")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "mockall_derive" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1ixhmsrg5ky4b2jlvbxhlpr3mbv7frd6wr8msm005vijb5rmcb96"))))
+                "1fvc9kwjcc9ia6ng7z9z02b4qkl9dvsx9m4z51xz9i0mj1k7bki2"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -40095,7 +40095,7 @@ possible over the OS abstractions.")
         ("rust-quote" ,rust-quote-1)
         ("rust-syn" ,rust-syn-1))
        #:cargo-development-inputs
-       (("rust-pretty-assertions" ,rust-pretty-assertions-0.7))))
+       (("rust-pretty-assertions" ,rust-pretty-assertions-1))))
     (home-page "https://github.com/asomers/mockall";)
     (synopsis "Procedural macros for the Mockall crate")
     (description



reply via email to

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