GNU bug report logs - #72021
[PATCH 00/38] gnu: Add ouch.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 9 Jul 2024 23:36:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72021 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 01/38] gnu: rust-cc-1: Update to 1.0.104.
Date: Wed, 10 Jul 2024 01:36:41 +0200
* gnu/packages/crates-io.scm (rust-cc-1): Update to 1.0.104.
[home-page]: Update URL.

Change-Id: I4e333cb392e7edae19557ecd9f9a2073b4947f1f
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6673cb6496..0078ec89bf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11814,7 +11814,7 @@ (define-public rust-cblas-sys-0.1
 (define-public rust-cc-1
   (package
     (name "rust-cc")
-    (version "1.0.83")
+    (version "1.0.104")
     (source
      (origin
        (method url-fetch)
@@ -11822,7 +11822,7 @@ (define-public rust-cc-1
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1l643zidlb5iy1dskc5ggqs4wqa29a02f44piczqc8zcnsq4y5zi"))))
+         "140445ysjvi9jm4sywah3a1z6rp1wqjhmm8myizjcjknk1zsbdkl"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f
@@ -11831,7 +11831,7 @@ (define-public rust-cc-1
         ("rust-libc" ,rust-libc-0.2))
        #:cargo-development-inputs
        (("rust-tempfile" ,rust-tempfile-3))))
-    (home-page "https://github.com/alexcrichton/cc-rs")
+    (home-page "https://github.com/rust-lang/cc-rs")
     (synopsis "Invoke the native C compiler")
     (description
      "This package provides a build-time dependency for Cargo build scripts to
-- 
2.41.0





This bug report was last modified 186 days ago.

Previous Next


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