guix-commits
[Top][All Lists]
Advanced

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

381/436: gnu: rust-speedy-derive-0.8: Update to 0.8.6.


From: guix-commits
Subject: 381/436: gnu: rust-speedy-derive-0.8: Update to 0.8.6.
Date: Sun, 5 Nov 2023 05:29:55 -0500 (EST)

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

commit ec9fdff329b5a35c74d9309989072bbba8fc7bc9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 4 22:31:40 2023 +0200

    gnu: rust-speedy-derive-0.8: Update to 0.8.6.
    
    * gnu/packages/crates-io.scm (rust-speedy-derive-0.8): Update to 0.8.6.
    [cargo-inputs]: Replace rust-syn-1 with 2.
    
    Change-Id: I9ecf188ebd9fb4e57199cc2911ed5f5e59b30702
---
 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 098c02cf8e..18af93f9dd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70629,19 +70629,19 @@ maximal amount of configuration possible intended.")
 (define-public rust-speedy-derive-0.8
   (package
     (name "rust-speedy-derive")
-    (version "0.8.5")
+    (version "0.8.6")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "speedy-derive" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1xx4v0h2i6ncnvi7v5y5l44xh12v4pjfkakahk6f27c0c084lazb"))))
+                "1ixn6kx8axs72cs3sshg63h4qxmgq0646yppa18n4y37rdk5hfbx"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
                        ("rust-quote" ,rust-quote-1)
-                       ("rust-syn" ,rust-syn-1))))
+                       ("rust-syn" ,rust-syn-2))))
     (home-page "https://github.com/koute/speedy";)
     (synopsis "Binary serialization framework")
     (description



reply via email to

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