From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:1008:1e59::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id CH8FMqRnj2XCwQAAkFu2QA (envelope-from ) for ; Sat, 30 Dec 2023 01:43:16 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id qPzhLaRnj2XTAQAA62LTzQ (envelope-from ) for ; Sat, 30 Dec 2023 01:43:16 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=GQt2sYvf; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703896996; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=CcHVLmOYOwQ0SRPjwQirAKGMME1NAD7r0ZptiJIDONE=; b=Cbdrpm9v6I5AmA/Vf8y97bVc3GVi4thFu+ixpBa+yPUYnFfNDVL12CI/o+UdpIPgd9azcZ sP4RSOfEeptuzDIkFk0jVTpI3IlMoCbfocfRJcYfv99XvoFh82VwDJY6r4mp5ByBlnlaoQ QIMRH6GB08I9GHpACOblA6VmXKtlhzncbX96fHsBbo11UIbWBmqzyO17NY5ug6FREevb/W dWtvS1Txu0JfiftAViBpIekZKvT5G1XcO6qiHAukq4tXrBEqUUPtAG2fT7SgBCn1dyrF09 gOzOzbFYzSpMcabyjJf0r92wyF72gTXhCeqKbJQWAtKGqqtfyOGhkKkx3798Ig== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703896996; a=rsa-sha256; cv=none; b=J3TQT054aT9G9qqrLY+8mVjnXGSmjHXeeCDXGpoFW8FuUTD7FaizzGqj5Tr+BxqH7K2DvW zr4MZ2XiFOe0pPEsYOHySnruzcHOmakceqOpHn7xRomLc9qBzGqjpVYuRw36AQfJGa9ivc GuYyox8Gmfuu5vndWLTCMkzZuoH8a9+au+6NpkFL2I+AaE/J8OT2PxklFi18UJErZYVXa3 M2uqepxFc2byr6vAPI0cxG0OlFhGKT5jZj02skKP0PyRtSARGqEMDv3qpB7khXHaUsD+ED PxsbrgPuiKIpqDjcJL5qRlujVbOnv7N1F/uq4OTSHTtvplpPIyueJpECl1dkVg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=GQt2sYvf; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2EFC120610 for ; Sat, 30 Dec 2023 01:43:15 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rJNRS-0005QY-Td; Fri, 29 Dec 2023 19:43:06 -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 1rJNRO-0005PV-42 for guix-patches@gnu.org; Fri, 29 Dec 2023 19:43:02 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rJNRN-0002Yt-Rm for guix-patches@gnu.org; Fri, 29 Dec 2023 19:43:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rJNRN-0003EB-SV; Fri, 29 Dec 2023 19:43:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68115] [PATCH 14/18] gnu: Add rust-crc64-2. Resent-From: Jaeme Sifat Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sat, 30 Dec 2023 00:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68115 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68115@debbugs.gnu.org Cc: Jaeme Sifat , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 68115-submit@debbugs.gnu.org id=B68115.170389693112145 (code B ref 68115); Sat, 30 Dec 2023 00:43:01 +0000 Received: (at 68115) by debbugs.gnu.org; 30 Dec 2023 00:42:11 +0000 Received: from localhost ([127.0.0.1]:42507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJNQY-00039n-Ew for submit@debbugs.gnu.org; Fri, 29 Dec 2023 19:42:10 -0500 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:55718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJNQV-000399-OL for 68115@debbugs.gnu.org; Fri, 29 Dec 2023 19:42:08 -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 1rJNQP-005b4j-OC for 68115@debbugs.gnu.org; Sat, 30 Dec 2023 01:42:01 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To :Message-ID:Date:Subject:Cc:To:From; bh=CcHVLmOYOwQ0SRPjwQirAKGMME1NAD7r0ZptiJIDONE=; b=GQt2sYvfOPfFH75nLzkD9bpbf4 Y4/pQh82/m4shC9htmyqCdjW0kT3QUC2XRZBXn4Y6W1Nu5Lk44sSoyV8+mRubBf0PWAn+rSBM5aS9 VP8ToUESUVLhJ+DJrBEaHLGjbyb9md04IHCDyv4ySgifMrBG+rAMO5jEjBTs5rwTtuxcvLZU3DhRt ZEie6eCJA7ZbB1uIuY9DKAvcR/V7EoiY+IG/rbk/xV1lESqz2Swd7fhvRnZrYrn3Mr54r/iLa4Vhb HaC+CxNuTTEfv5MHxHITu2Yds3mnIhPGGCIb+gWud+dzvjVKQLmJrycUuWcvR7qa3fZoovD/oS5zK cD+hhqOQ==; Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1rJNQP-0002Wb-Em for 68115@debbugs.gnu.org; Sat, 30 Dec 2023 01:42:01 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (1176697)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1rJNQM-006mmw-Q1; Sat, 30 Dec 2023 01:41:59 +0100 Date: Fri, 29 Dec 2023 19:40:25 -0500 Message-ID: <5e0e5ac416e5239abc4a238b8cb89d406c2b7db8.1703894626.git.jaeme@runbox.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Reply-to: Jaeme Sifat X-ACL-Warn: , Jaeme Sifat via Guix-patches From: Jaeme Sifat via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.36 X-Spam-Score: -6.36 X-Migadu-Queue-Id: 2EFC120610 X-Migadu-Scanner: mx12.migadu.com X-TUID: 8WehrhhLuBSu * gnu/packages/crates-io.scm (rust-crc64-2): New variable. Change-Id: Ie4c7bcaada1c46e7546cad9bcb6c2f9503c9d44e --- gnu/packages/crates-io.scm | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 612bfc614f..2a505f3cba 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -15470,25 +15470,38 @@ (define-public rust-crc32fast-1 "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.") (license (list license:expat license:asl2.0)))) -(define-public rust-crc64-1 +(define-public rust-crc64-2 (package (name "rust-crc64") - (version "1.0.0") + (version "2.0.0") (source (origin (method url-fetch) (uri (crate-uri "crc64" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0469vp0q9431pqx1236g60if5q3xyxpv4h14smkd45dfzsa6aqjm")))) + (base32 "1wwqdss36dmhz4fd0wynlaig463l4dwvr21db1fvf6aypapy61r7")))) (build-system cargo-build-system) - (arguments `(#:skip-build? #t)) (home-page "https://github.com/badboy/crc64-rs") (synopsis "Rust CRC64 checksum implementation") - (description "This package provides a CRC64 checksum implementation in -Rust.") + (description + "This package provides a CRC64 checksum implementation in Rust.") (license license:bsd-3))) +(define-public rust-crc64-1 + (package + (inherit rust-crc64-2) + (name "rust-crc64") + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "crc64" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0469vp0q9431pqx1236g60if5q3xyxpv4h14smkd45dfzsa6aqjm")))) + (arguments `(#:skip-build? #t)))) + (define-public rust-crc-catalog-2 (package (name "rust-crc-catalog") -- 2.41.0