unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75083@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75083] [PATCH rust-team 4/8] gnu: rust-cloudabi-0.0: Replace with 0.0.3.
Date: Wed, 25 Dec 2024 12:09:31 +0100	[thread overview]
Message-ID: <40041026d911028e2405d7c21fdda14df85d024f.1735124628.git.herman@rimm.ee> (raw)
In-Reply-To: <388d070d8a4855acdfb23cf5372a113ca049ec0a.1735124627.git.herman@rimm.ee>

* gnu/packages/crates-io.scm (rust-cloudabi-0.0): Replace with 0.0.3.
(rust-parking-lot-core-0.7, rust-parking-lot-core-0.6,
rust-parking-lot-core-0.5, rust-rand-0.5, rust-rand-os-0.1): Replace
rust-cloudabi-0.0 with 0.0.3.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 11042637b7..e5b4ee04d6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14821,7 +14821,7 @@ (define-public rust-cloudabi-0.1
 contains all syscalls and related types.")
     (license license:bsd-2)))
 
-(define-public rust-cloudabi-0.0
+(define-public rust-cloudabi-0.0.3
   (package
     (inherit rust-cloudabi-0.1)
     (name "rust-cloudabi")
@@ -55978,7 +55978,7 @@ (define-public rust-parking-lot-core-0.7
      `(#:cargo-inputs
        (("rust-backtrace" ,rust-backtrace-0.3)
         ("rust-cfg-if" ,rust-cfg-if-0.1)
-        ("rust-cloudabi" ,rust-cloudabi-0.0)
+        ("rust-cloudabi" ,rust-cloudabi-0.0.3)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-petgraph" ,rust-petgraph-0.5)
         ("rust-redox-syscall" ,rust-redox-syscall-0.1)
@@ -56002,7 +56002,7 @@ (define-public rust-parking-lot-core-0.6
      `(#:cargo-inputs
        (("rust-backtrace" ,rust-backtrace-0.3)
         ("rust-cfg-if" ,rust-cfg-if-0.1)
-        ("rust-cloudabi" ,rust-cloudabi-0.0)
+        ("rust-cloudabi" ,rust-cloudabi-0.0.3)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-petgraph" ,rust-petgraph-0.4)
         ("rust-redox-syscall" ,rust-redox-syscall-0.1)
@@ -56029,7 +56029,7 @@ (define-public rust-parking-lot-core-0.5
      `(#:cargo-inputs
        (("rust-backtrace" ,rust-backtrace-0.3)
         ("rust-cfg-if" ,rust-cfg-if-0.1)
-        ("rust-cloudabi" ,rust-cloudabi-0.0)
+        ("rust-cloudabi" ,rust-cloudabi-0.0.3)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-petgraph" ,rust-petgraph-0.4)
         ("rust-rand" ,rust-rand-0.6)
@@ -66208,7 +66208,7 @@ (define-public rust-rand-0.5
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
-       (("rust-cloudabi" ,rust-cloudabi-0.0)
+       (("rust-cloudabi" ,rust-cloudabi-0.0.3)
         ("rust-fuchsia-cprng" ,rust-fuchsia-cprng-0.1)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-log" ,rust-log-0.4)
@@ -66710,7 +66710,7 @@ (define-public rust-rand-os-0.1
           "0wahppm0s64gkr2vmhcgwc0lij37in1lgfxg5rbgqlz0l5vgcxbv"))))
     (arguments
      `(#:cargo-inputs
-       (("rust-cloudabi" ,rust-cloudabi-0.0)
+       (("rust-cloudabi" ,rust-cloudabi-0.0.3)
         ("rust-fuchsia-cprng" ,rust-fuchsia-cprng-0.1)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-log" ,rust-log-0.4)
-- 
2.45.2





  parent reply	other threads:[~2024-12-25 11:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-25 11:04 [bug#75083] [PATCH rust-team 1/8] gnu: rust-version-compare-0.0: Remove variable Herman Rimm via Guix-patches via
2024-12-25 11:09 ` [bug#75083] [PATCH rust-team 2/8] gnu: rust-clippy-0.0: Replace with 0.0.302 Herman Rimm via Guix-patches via
2024-12-25 11:09 ` [bug#75083] [PATCH rust-team 3/8] gnu: rust-rust-base58-0.0: Replace with 0.0.4 Herman Rimm via Guix-patches via
2024-12-25 11:09 ` Herman Rimm via Guix-patches via [this message]
2024-12-25 11:09 ` [bug#75083] [PATCH rust-team 5/8] gnu: rust-jni-glue-0.0: Replace with 0.0.10 Herman Rimm via Guix-patches via
2024-12-25 11:09 ` [bug#75083] [PATCH rust-team 6/8] gnu: rust-unicode-xid-0.0: Replace with 0.0.4 Herman Rimm via Guix-patches via
2024-12-25 11:09 ` [bug#75083] [PATCH rust-team 7/8] gnu: rust-matchers-0.0: Replace with 0.0.1 Herman Rimm via Guix-patches via
2024-12-25 11:09 ` [bug#75083] [PATCH rust-team 8/8] gnu: rust-objc-test-utils-0.0: Replace with 0.0.2 Herman Rimm via Guix-patches via
2024-12-25 11:31 ` bug#75083: [PATCH rust-team 1/8] gnu: rust-version-compare-0.0: Remove variable Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40041026d911028e2405d7c21fdda14df85d024f.1735124628.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75083@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).