From patchwork Thu Feb 23 08:42:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 47227 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D7C3916BBC; Thu, 23 Feb 2023 08:44:42 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8E5F816B9D for ; Thu, 23 Feb 2023 08:44:41 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pV7Cx-00045h-AC; Thu, 23 Feb 2023 03:44:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pV7Cs-00042g-Lu for guix-patches@gnu.org; Thu, 23 Feb 2023 03:44:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pV7Cs-0001gk-B6 for guix-patches@gnu.org; Thu, 23 Feb 2023 03:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pV7Cs-0000mo-3p for guix-patches@gnu.org; Thu, 23 Feb 2023 03:44:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61727] [PATCH 1/6] gnu: Update rust-base64. References: In-Reply-To: Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 Feb 2023 08:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61727 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 61727@debbugs.gnu.org Cc: Efraim Flashner , Steve George Received: via spool by 61727-submit@debbugs.gnu.org id=B61727.16771417962917 (code B ref 61727); Thu, 23 Feb 2023 08:44:02 +0000 Received: (at 61727) by debbugs.gnu.org; 23 Feb 2023 08:43:16 +0000 Received: from localhost ([127.0.0.1]:32876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pV7C8-0000ky-Cp for submit@debbugs.gnu.org; Thu, 23 Feb 2023 03:43:16 -0500 Received: from mailtransmit05.runbox.com ([185.226.149.38]:54188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pV7C5-0000kj-Ug for 61727@debbugs.gnu.org; Thu, 23 Feb 2023 03:43:15 -0500 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1pV7Bz-000xaq-Fr; Thu, 23 Feb 2023 09:43:07 +0100 Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1pV7By-0007hT-QV; Thu, 23 Feb 2023 09:43:06 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1pV7Bn-0001kD-PD; Thu, 23 Feb 2023 09:42:55 +0100 From: Steve George Date: Thu, 23 Feb 2023 08:42:36 +0000 Message-Id: <20230223084241.3762-1-steve@futurile.net> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/crates-io.scm (rust-base64): Update to 0.13.1 --- Tested update on rust-sequoia-autocrypt, sniffglue, rust-bson and rust-cookie. 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 e615a51b01..aa1fc169c4 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -5610,7 +5610,7 @@ (define-public rust-base58-0.1 (define-public rust-base64-0.13 (package (name "rust-base64") - (version "0.13.0") + (version "0.13.1") (source (origin (method url-fetch) @@ -5618,7 +5618,7 @@ (define-public rust-base64-0.13 (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1z82g23mbzjgijkpcrilc7nljpxpvpf7zxf6iyiapkgka2ngwkch")))) + (base32 "1s494mqmzjb766fy1kqlccgfg2sdcjb6hzbvzqv2jw65fdi5h6wy")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t