guix-commits
[Top][All Lists]
Advanced

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

07/63: gnu: rust-cmake-0.1: Update to 0.1.50.


From: guix-commits
Subject: 07/63: gnu: rust-cmake-0.1: Update to 0.1.50.
Date: Thu, 8 Feb 2024 14:09:22 -0500 (EST)

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

commit 813c00a4238071f725fd9337cdfd3e9f19de82e9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 7 15:59:28 2024 +0200

    gnu: rust-cmake-0.1: Update to 0.1.50.
    
    * gnu/packages/crates-io.scm (rust-cmake-0.1): Update to 0.1.50.
    [native-inputs]: Add cmake-minimal.
    
    Change-Id: I745aa0b091103e5f6be190a34a5ed9348633ee68
---
 gnu/packages/crates-io.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 12d797ade6..a311f53c8b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11119,7 +11119,7 @@ weighted semantic.")
 (define-public rust-cmake-0.1
   (package
     (name "rust-cmake")
-    (version "0.1.44")
+    (version "0.1.50")
     (source
       (origin
         (method url-fetch)
@@ -11127,10 +11127,11 @@ weighted semantic.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1fv346ipxmvff6qrnh78rild0s8k72ilfjkdsrk869562y62cmhf"))))
+          "0c3i3548mqbizpgbff94jjgkcd2p6q9fxjjh89zzf5dqcfaph753"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-cc" ,rust-cc-1))))
+    (native-inputs (list cmake-minimal))
     (home-page "https://github.com/alexcrichton/cmake-rs";)
     (synopsis "Rust build dependency for running cmake")
     (description



reply via email to

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