[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/281: gnu: rust-phf-0.10: Update to 0.10.1.
From: |
guix-commits |
Subject: |
90/281: gnu: rust-phf-0.10: Update to 0.10.1. |
Date: |
Wed, 22 Feb 2023 05:40:43 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a6b36e77a2e70f139fbfb98aff8e06e93a91c95d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 15 11:14:44 2023 +0200
gnu: rust-phf-0.10: Update to 0.10.1.
* gnu/packages/crates-io.scm (rust-phf-0.10): Update to 0.10.1.
[arguments]: Don't skip build. Skip tests.
[cargo-inputs]: Add rust-serde-1.
---
gnu/packages/crates-io.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 322d6fd0ba..cbbb493d0f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40772,21 +40772,22 @@ and graph algorithms.")
(define-public rust-phf-0.10
(package
(name "rust-phf")
- (version "0.10.0")
+ (version "0.10.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "phf" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "17s0k0z1rjczk37cpbmn718h7dkqci1kk9w2spbmjjwc06qkvz5r"))))
+ (base32 "0naj8n5nasv5hj5ldlva3cl6y3sv7zp3kfgqylhbrg55v3mg3fzs"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
+ `(#:tests? #f ; Doc tests fail.
#:cargo-inputs
(("rust-phf-macros" ,rust-phf-macros-0.10)
("rust-phf-shared" ,rust-phf-shared-0.10)
- ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
+ ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
+ ("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/sfackler/rust-phf")
(synopsis "Runtime support for perfect hash function data structures")
(description "This package provides runtime support for perfect hash
- 65/281: gnu: rust-serde-repr-0.1: Update to 0.1.10., (continued)
- 65/281: gnu: rust-serde-repr-0.1: Update to 0.1.10., guix-commits, 2023/02/22
- 68/281: gnu: rust-serde-yaml-0.8: Update to 0.8.26., guix-commits, 2023/02/22
- 69/281: gnu: rust-serde-ignored-0.1: Update to 0.1.7., guix-commits, 2023/02/22
- 71/281: gnu: rust-crossbeam-0.8: Update to 0.8.2., guix-commits, 2023/02/22
- 74/281: gnu: rust-crossbeam-channel-0.4: Update to 0.4.4., guix-commits, 2023/02/22
- 70/281: gnu: rust-serde-stacker-0.1: Update to 0.1.7., guix-commits, 2023/02/22
- 77/281: gnu: rust-markup5ever-0.10: Update to 0.10.1., guix-commits, 2023/02/22
- 79/281: gnu: rust-rayon-core-1: Update to 1.10.1., guix-commits, 2023/02/22
- 83/281: gnu: rust-dota-short-0.3: Update to 0.3.3., guix-commits, 2023/02/22
- 89/281: gnu: rust-pest-2: Update to 2.5.3., guix-commits, 2023/02/22
- 90/281: gnu: rust-phf-0.10: Update to 0.10.1.,
guix-commits <=
- 94/281: gnu: rust-rand-distr-0.4: Update to 0.4.3., guix-commits, 2023/02/22
- 93/281: gnu: rust-rand-core-0.6: Update to 0.6.4., guix-commits, 2023/02/22
- 97/281: gnu: rust-smallvec-1: Update to 1.10.0., guix-commits, 2023/02/22
- 88/281: gnu: rust-packed-simd-2-0.3: Update to 0.3.8., guix-commits, 2023/02/22
- 101/281: gnu: rust-decimal-2: Update to 2.1.0., guix-commits, 2023/02/22
- 102/281: gnu: rust-encoding-rs-0.8: Update to 0.8.31., guix-commits, 2023/02/22
- 108/281: gnu: rust-utf-8-0.7: Update to 0.7.6., guix-commits, 2023/02/22
- 112/281: gnu: Add rust-cargon-0.0., guix-commits, 2023/02/22
- 117/281: gnu: rust-jobserver-0.1: Update to 0.1.24., guix-commits, 2023/02/22
- 132/281: gnu: rust-windows-i686-msvc: Remove bundled library., guix-commits, 2023/02/22