From unknown Sun Jun 22 11:46:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47250] [PATCH] Some crates-io updates Resent-From: raingloom Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 Mar 2021 23:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47250 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47250@debbugs.gnu.org X-Debbugs-Original-To: Guix Patches Received: via spool by submit@debbugs.gnu.org id=B.1616109051667 (code B ref -1); Thu, 18 Mar 2021 23:11:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Mar 2021 23:10:51 +0000 Received: from localhost ([127.0.0.1]:48304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lN1n1-0000Ag-GE for submit@debbugs.gnu.org; Thu, 18 Mar 2021 19:10:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:43904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lN1n0-0000AZ-Fu for submit@debbugs.gnu.org; Thu, 18 Mar 2021 19:10:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lN1n0-0001iM-B2 for guix-patches@gnu.org; Thu, 18 Mar 2021 19:10:50 -0400 Received: from mx1.riseup.net ([198.252.153.129]:34298) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lN1mv-0000kN-S1 for guix-patches@gnu.org; Thu, 18 Mar 2021 19:10:49 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4F1jRx4wc4zDxq1 for ; Thu, 18 Mar 2021 16:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1616109037; bh=B6H+0fa/+3vsyyNnQqN5i0UHrOXWet2cDkNlwE4R1wk=; h=Date:From:To:Subject:From; b=mnCdcxaE4ERbGbhcr1M9vexpBGb9ybsbwh2YlYA4Nc+jgIKuJmzvhKtkycSca94th P1w+lZa3LVk+Gwt63fPRj8VBHCwNujRt+jOuWpXo+diYGEXqzqO87XpZR+OdFP/qw8 hYZNJrhrQH4AmsSJs9qRGhaGaVoKWSQ4ecU+a4f8= X-Riseup-User-ID: EBDBF32C17F9451B3970C4B05DE780547582EE01426EE2CFA8394B324AE0B983 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4F1jRx04Zwz5wGs for ; Thu, 18 Mar 2021 16:10:36 -0700 (PDT) Date: Fri, 19 Mar 2021 00:10:30 +0100 From: raingloom Message-ID: <20210319001030.5ca83957@riseup.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/dfZ8CmfAEav7ALvTXzpW8w0" Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Needed these updated for Supertag, which I'll send a patch for Soon TM. guix refresh says none of them have many dependents, but I'm not sure if it can handle the weird #:cargo-inputs thing, so maybe some of these should not go to master? Not sure. --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Updated-rust-libc-to-0.2.89.patch >From 501801791041d8d6d650ec6cb9a935ed1dab403f Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:53:30 +0100 Subject: [PATCH 1/4] gnu: Updated rust-libc to 0.2.89. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-libc-0.2): Updated to 0.2.89. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 299a2d1443..bf0147134d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -20996,7 +20996,7 @@ requires non-const function calls to be computed.") (define-public rust-libc-0.2 (package (name "rust-libc") - (version "0.2.86") + (version "0.2.89") (source (origin (method url-fetch) @@ -21004,7 +21004,7 @@ requires non-const function calls to be computed.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "074b38mq1rx3dgg7sf952d4ccywq450zymk7gzn5q9z39f92sa5p")))) + "1iiqm470z1nfrd6i4602i1lf3qr0jakw8y40vpbwvx46alp0k32k")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0002-gnu-Updated-rust-standback-to-0.2.15.patch >From 20faa24f729fd95900072d515ca2f41dd5764f2b Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:55:05 +0100 Subject: [PATCH 2/4] gnu: Updated rust-standback to 0.2.15. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-standback-0.2): Updated to 0.2.15. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index bf0147134d..5e617441a7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39295,7 +39295,7 @@ deeply recursive algorithms that may accidentally blow the stack.") (define-public rust-standback-0.2 (package (name "rust-standback") - (version "0.2.10") + (version "0.2.15") (source (origin (method url-fetch) @@ -39303,7 +39303,7 @@ deeply recursive algorithms that may accidentally blow the stack.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1rnqv9dbq9c4nz7097v0f1d04fjwwsvvyy8rmz8lg1szxahix9rk")))) + "1y0ly2qifvyd3qrn6747yw0053ak3dd8agqbadqzaq8ahv8v9gm2")))) (build-system cargo-build-system) (arguments `(#:cargo-development-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0003-gnu-Updated-rust-time-to-0.2.26.patch >From 22dcbcb112b3bae6b21fb184d24f668cabe255b7 Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:56:05 +0100 Subject: [PATCH 3/4] gnu: Updated rust-time to 0.2.26. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-time-0.2): Updated to 0.2.26. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 5e617441a7..ac9edd7877 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42185,7 +42185,7 @@ fixed set of worker threads.") (define-public rust-time-0.2 (package (name "rust-time") - (version "0.2.19") + (version "0.2.26") (source (origin (method url-fetch) @@ -42193,7 +42193,7 @@ fixed set of worker threads.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "18bhl0nmfyd8drksskw830ybw9pr47pisfn4245wabqijgys3hc0")))) + "0wpkb0ri6jxsydqy9bk2b3iklhmj94pndl8208ni6mbrykxwpa08")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0004-gnu-Updated-rust-time-macros-to-0.1.1.patch >From 095ef518111106d2504ce2b2f7542b0740a7d717 Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:56:42 +0100 Subject: [PATCH 4/4] gnu: Updated rust-time-macros to 0.1.1. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-time-0.1): Updated to 0.1.1. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ac9edd7877..fdc63b7eec 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42248,7 +42248,7 @@ in Rust.") (define-public rust-time-macros-0.1 (package (name "rust-time-macros") - (version "0.1.0") + (version "0.1.1") (source (origin (method url-fetch) @@ -42256,7 +42256,7 @@ in Rust.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0bdbxjgbxb81xgy08h5dh4qvwy95sy9x8g1y31g11g4my3lvdscs")))) + "1wg24yxpxcfmim6dgblrf8p321m7cyxpdivzvp8bcb7i4rp9qzlm")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0-- From unknown Sun Jun 22 11:46:30 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: raingloom Subject: bug#47250: closed (Re: [bug#47250] [PATCH] Some crates-io updates) Message-ID: References: <871pvbys63.fsf@nicolasgoaziou.fr> <20210319001030.5ca83957@riseup.net> X-Gnu-PR-Message: they-closed 47250 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 47250@debbugs.gnu.org Date: Wed, 05 Mar 2025 23:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1741217282-5566-1" This is a multi-part message in MIME format... ------------=_1741217282-5566-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47250: [PATCH] Some crates-io updates which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 47250@debbugs.gnu.org. --=20 47250: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47250 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1741217282-5566-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47250-done) by debbugs.gnu.org; 5 Mar 2025 23:27:58 +0000 Received: from localhost ([127.0.0.1]:40321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tpy9d-0001RO-Ra for submit@debbugs.gnu.org; Wed, 05 Mar 2025 18:27:58 -0500 Received: from msg-2.mailo.com ([213.182.54.12]:40034 helo=mailo.com) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tpy9b-0001R9-FU for 47250-done@debbugs.gnu.org; Wed, 05 Mar 2025 18:27:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1741217268; bh=pXGCjRKotMJBivavWnMswciVYIms3gQCLXOmH/p6V1Y=; h=X-EA-Auth:From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=rzSYPeF1x89X/6WA9xrhPqRd6pubkfH2N4zoPenr7EVUGnqH/0pw9kK4v7hfdCq4E VpUsEo1NvpHdyHxv4QAHGlBlMZD7xHvYEICmmJIKvpG42yyCN3L29KDrBOgx1WrgUI Qgtje6DRu4q0BiBy9/wtIAqHsAnYfr+XSU/wzKSQ= Received: by b221-1.in.mailobj.net [192.168.90.21] with ESMTP via ip-20.mailobj.net [213.182.54.20] Thu, 6 Mar 2025 00:27:48 +0100 (CET) X-EA-Auth: QvTVus2bUD72XT/RhcJ8aspaZkjnhrXPGSxn1l0gJZaQ+eYGhrwiILwj9SkiON8Wlauye/e2R9ptB6NB3jqjMP6YRgLtQ/1ZpbQZoa6pQ6U= From: Nicolas Goaziou To: 47250-done@debbugs.gnu.org Subject: Re: [bug#47250] [PATCH] Some crates-io updates In-Reply-To: <20210319001030.5ca83957@riseup.net> (raingloom@riseup.net's message of "Fri, 19 Mar 2021 00:10:30 +0100") References: <20210319001030.5ca83957@riseup.net> Date: Thu, 06 Mar 2025 00:27:32 +0100 Message-ID: <871pvbys63.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47250-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) raingloom writes: > Needed these updated for Supertag, which I'll send a patch for Soon TM. > guix refresh says none of them have many dependents, but I'm not sure > if it can handle the weird #:cargo-inputs thing, so maybe some of these > should not go to master? Not sure. Guix contains greater versions on the crates updated in this patch set. Closing. ------------=_1741217282-5566-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Mar 2021 23:10:51 +0000 Received: from localhost ([127.0.0.1]:48304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lN1n1-0000Ag-GE for submit@debbugs.gnu.org; Thu, 18 Mar 2021 19:10:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:43904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lN1n0-0000AZ-Fu for submit@debbugs.gnu.org; Thu, 18 Mar 2021 19:10:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lN1n0-0001iM-B2 for guix-patches@gnu.org; Thu, 18 Mar 2021 19:10:50 -0400 Received: from mx1.riseup.net ([198.252.153.129]:34298) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lN1mv-0000kN-S1 for guix-patches@gnu.org; Thu, 18 Mar 2021 19:10:49 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4F1jRx4wc4zDxq1 for ; Thu, 18 Mar 2021 16:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1616109037; bh=B6H+0fa/+3vsyyNnQqN5i0UHrOXWet2cDkNlwE4R1wk=; h=Date:From:To:Subject:From; b=mnCdcxaE4ERbGbhcr1M9vexpBGb9ybsbwh2YlYA4Nc+jgIKuJmzvhKtkycSca94th P1w+lZa3LVk+Gwt63fPRj8VBHCwNujRt+jOuWpXo+diYGEXqzqO87XpZR+OdFP/qw8 hYZNJrhrQH4AmsSJs9qRGhaGaVoKWSQ4ecU+a4f8= X-Riseup-User-ID: EBDBF32C17F9451B3970C4B05DE780547582EE01426EE2CFA8394B324AE0B983 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4F1jRx04Zwz5wGs for ; Thu, 18 Mar 2021 16:10:36 -0700 (PDT) Date: Fri, 19 Mar 2021 00:10:30 +0100 From: raingloom To: Guix Patches Subject: [PATCH] Some crates-io updates Message-ID: <20210319001030.5ca83957@riseup.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/dfZ8CmfAEav7ALvTXzpW8w0" Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Needed these updated for Supertag, which I'll send a patch for Soon TM. guix refresh says none of them have many dependents, but I'm not sure if it can handle the weird #:cargo-inputs thing, so maybe some of these should not go to master? Not sure. --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Updated-rust-libc-to-0.2.89.patch >From 501801791041d8d6d650ec6cb9a935ed1dab403f Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:53:30 +0100 Subject: [PATCH 1/4] gnu: Updated rust-libc to 0.2.89. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-libc-0.2): Updated to 0.2.89. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 299a2d1443..bf0147134d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -20996,7 +20996,7 @@ requires non-const function calls to be computed.") (define-public rust-libc-0.2 (package (name "rust-libc") - (version "0.2.86") + (version "0.2.89") (source (origin (method url-fetch) @@ -21004,7 +21004,7 @@ requires non-const function calls to be computed.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "074b38mq1rx3dgg7sf952d4ccywq450zymk7gzn5q9z39f92sa5p")))) + "1iiqm470z1nfrd6i4602i1lf3qr0jakw8y40vpbwvx46alp0k32k")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0002-gnu-Updated-rust-standback-to-0.2.15.patch >From 20faa24f729fd95900072d515ca2f41dd5764f2b Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:55:05 +0100 Subject: [PATCH 2/4] gnu: Updated rust-standback to 0.2.15. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-standback-0.2): Updated to 0.2.15. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index bf0147134d..5e617441a7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39295,7 +39295,7 @@ deeply recursive algorithms that may accidentally blow the stack.") (define-public rust-standback-0.2 (package (name "rust-standback") - (version "0.2.10") + (version "0.2.15") (source (origin (method url-fetch) @@ -39303,7 +39303,7 @@ deeply recursive algorithms that may accidentally blow the stack.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1rnqv9dbq9c4nz7097v0f1d04fjwwsvvyy8rmz8lg1szxahix9rk")))) + "1y0ly2qifvyd3qrn6747yw0053ak3dd8agqbadqzaq8ahv8v9gm2")))) (build-system cargo-build-system) (arguments `(#:cargo-development-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0003-gnu-Updated-rust-time-to-0.2.26.patch >From 22dcbcb112b3bae6b21fb184d24f668cabe255b7 Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:56:05 +0100 Subject: [PATCH 3/4] gnu: Updated rust-time to 0.2.26. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-time-0.2): Updated to 0.2.26. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 5e617441a7..ac9edd7877 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42185,7 +42185,7 @@ fixed set of worker threads.") (define-public rust-time-0.2 (package (name "rust-time") - (version "0.2.19") + (version "0.2.26") (source (origin (method url-fetch) @@ -42193,7 +42193,7 @@ fixed set of worker threads.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "18bhl0nmfyd8drksskw830ybw9pr47pisfn4245wabqijgys3hc0")))) + "0wpkb0ri6jxsydqy9bk2b3iklhmj94pndl8208ni6mbrykxwpa08")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0004-gnu-Updated-rust-time-macros-to-0.1.1.patch >From 095ef518111106d2504ce2b2f7542b0740a7d717 Mon Sep 17 00:00:00 2001 From: raingloom Date: Thu, 18 Mar 2021 23:56:42 +0100 Subject: [PATCH 4/4] gnu: Updated rust-time-macros to 0.1.1. To: guix-patches@gnu.org * gnu/packages/crates-io.scm (rust-time-0.1): Updated to 0.1.1. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ac9edd7877..fdc63b7eec 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -42248,7 +42248,7 @@ in Rust.") (define-public rust-time-macros-0.1 (package (name "rust-time-macros") - (version "0.1.0") + (version "0.1.1") (source (origin (method url-fetch) @@ -42256,7 +42256,7 @@ in Rust.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0bdbxjgbxb81xgy08h5dh4qvwy95sy9x8g1y31g11g4my3lvdscs")))) + "1wg24yxpxcfmim6dgblrf8p321m7cyxpdivzvp8bcb7i4rp9qzlm")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs -- 2.31.0 --MP_/dfZ8CmfAEav7ALvTXzpW8w0-- ------------=_1741217282-5566-1--