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 #23 received at 74743 <at> debbugs.gnu.org (full text, mbox):

From: Herman Rimm <herman <at> rimm.ee>
To: 74743 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH rust-team v2] gnu: rust-cmake-0.1: Upgrade to v0.1.52.
Date: Tue,  4 Feb 2025 14:57:53 +0100
From: Aaron Covrig <aaron.covrig.us <at> ieee.org>

* gnu/packages/crates-io.scm (rust-cmake-0.1): Upgrade to v0.1.52.
---
Hi Aaron,

Somebody else also update these packages, only [PATCH 3/5] applies to
986245daca2fb50d58cf0f2b9273f0d670d38af2.

I have the base-commit for the first revision, but get no results from:

  git branch -a --contains 844fab8c4fef48e4548d2bbdb5cd4faaa8727022

I guess the rust-team branch history was rewritten.

Cheers,
Herman

 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e769de77233..650497ce4ba 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13362,7 +13362,7 @@ (define-public rust-clru-0.6
 (define-public rust-cmake-0.1
   (package
     (name "rust-cmake")
-    (version "0.1.50")
+    (version "0.1.52")
     (source
       (origin
         (method url-fetch)
@@ -13370,7 +13370,7 @@ (define-public rust-cmake-0.1
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0c3i3548mqbizpgbff94jjgkcd2p6q9fxjjh89zzf5dqcfaph753"))))
+          "03k2haq0zqqpwrz8p9kq2qdkyk44a69lp9k3gxmmn3kycwiw50n6"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-cc" ,rust-cc-1))))
@@ -13381,8 +13381,7 @@ (define-public rust-cmake-0.1
      "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

base-commit: 986245daca2fb50d58cf0f2b9273f0d670d38af2
-- 
2.47.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.