guix-commits
[Top][All Lists]
Advanced

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

branch rust-team updated: gnu: rust-cargo-c: Update to 0.9.31.


From: guix-commits
Subject: branch rust-team updated: gnu: rust-cargo-c: Update to 0.9.31.
Date: Wed, 27 Mar 2024 06:45:26 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/rust-team by this push:
     new 2d35e53d6a gnu: rust-cargo-c: Update to 0.9.31.
2d35e53d6a is described below

commit 2d35e53d6a2be02678539cf5f96338240cfbc778
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 27 11:00:39 2024 +0200

    gnu: rust-cargo-c: Update to 0.9.31.
    
    * gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.9.31.
    
    Change-Id: If2d42fbffcea60e5f0dad183e36ef223538b7a69
---
 gnu/packages/rust-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 7d85cb19e1..3cce410ca7 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2590,14 +2590,14 @@ the library crate of Cargo.")
 (define-public rust-cargo-c
   (package
     (name "rust-cargo-c")
-    (version "0.9.30+cargo-0.77.0")
+    (version "0.9.31+cargo-0.78.0")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "cargo-c" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0if4cl1sk67v5xzxbphnnqg07fphxrh08bgji0gj23fvbiiy6xzc"))))
+         (base32 "1y60hhjikkzk5s36gskgbxbyzr6ik7w0dn5j84mvqlilcs3ab0lj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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