guix-commits
[Top][All Lists]
Advanced

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

51/51: gnu: rust-cargo-c: Update to 0.9.30.


From: guix-commits
Subject: 51/51: gnu: rust-cargo-c: Update to 0.9.30.
Date: Wed, 13 Mar 2024 07:12:31 -0400 (EDT)

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

commit b5abd9a435620559770d4c48e9a3253758473bf4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 11 14:10:27 2024 +0200

    gnu: rust-cargo-c: Update to 0.9.30.
    
    * gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.9.30.
    [cargo-inputs]: Replace rust-toml-0.7 with 0.8.
    
    Change-Id: I0cdea6c0e5b70f691e83c50a9f5bfd66d9e23f32
---
 gnu/packages/rust-apps.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 6764e11e4a..8eca82f40c 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2503,14 +2503,14 @@ the library crate of Cargo.")
 (define-public rust-cargo-c
   (package
     (name "rust-cargo-c")
-    (version "0.9.29+cargo-0.76.0")
+    (version "0.9.30+cargo-0.77.0")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "cargo-c" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "03ks9rl2skvf5j93sbmbz6l72k5cgvf4hc0nhnp7aadrvb05v5sr"))))
+         (base32 "0if4cl1sk67v5xzxbphnnqg07fphxrh08bgji0gj23fvbiiy6xzc"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -2528,7 +2528,7 @@ the library crate of Cargo.")
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-derive" ,rust-serde-derive-1)
         ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-toml" ,rust-toml-0.7)
+        ("rust-toml" ,rust-toml-0.8)
         ("rust-windows-sys" ,rust-windows-sys-0.52))))
     (native-inputs
      (list pkg-config))



reply via email to

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