GNU bug report logs - #74743
[PATCH 0/5] Assorted rust-* package upgrades

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Mon, 9 Dec 2024 04:22:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


Message #44 received at 74743 <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 74743 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH rust-team v2 06/68] gnu: rust-cmake-0.1: Upgrade to v0.1.54.
Date: Tue, 18 Mar 2025 21:18:24 -0400
* gnu/packages/crates-io.scm (rust-cmake-0.1): Upgrade to v0.1.54
  and update project homepage

Signed-off-by: Aaron Covrig <aaron.covrig.us <at> ieee.org>
---
 gnu/packages/crates-io.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 13e34266ad..477fea7b71 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13566,7 +13566,7 @@ (define-public rust-clru-0.6
 (define-public rust-cmake-0.1
   (package
     (name "rust-cmake")
-    (version "0.1.50")
+    (version "0.1.54")
     (source
       (origin
         (method url-fetch)
@@ -13574,19 +13574,18 @@ (define-public rust-cmake-0.1
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0c3i3548mqbizpgbff94jjgkcd2p6q9fxjjh89zzf5dqcfaph753"))))
+          "1w41ma28yzad9x757s9sfq1wigjs9j902hbzc0nbxpc9vvws7jp7"))))
     (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")
+    (home-page "https://github.com/rust-lang/cmake-rs")
     (synopsis "Rust build dependency for running cmake")
     (description
      "This package provides a build dependency for running @code{cmake} to build
 a native library.  The CMake executable is assumed to be @code{cmake} unless the
 CMAKE environmental variable is set.")
-    (license (list license:asl2.0
-                   license:expat))))
+    (license (list license:asl2.0 license:expat))))
 
 (define-public rust-cobs-0.2
   (package
-- 
2.48.1





This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.