[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/65: gnu: rust-phf-0.10: Update to 0.10.1.
From: |
guix-commits |
Subject: |
47/65: gnu: rust-phf-0.10: Update to 0.10.1. |
Date: |
Sun, 15 Jan 2023 04:33:04 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit 40fa9853fa237a31075dc2c83402f4d830559362
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 426c692257..0fb7bfedd3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40624,21 +40624,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
- 23/65: gnu: rust-serde-test-1: Update to 1.0.152., (continued)
- 23/65: gnu: rust-serde-test-1: Update to 1.0.152., guix-commits, 2023/01/15
- 33/65: gnu: rust-cast-0.2: Update to 0.2.7., guix-commits, 2023/01/15
- 42/65: gnu: rust-erased-serde-0.3: Update to 0.3.24., guix-commits, 2023/01/15
- 51/65: gnu: rust-rand-distr-0.4: Update to 0.4.3., guix-commits, 2023/01/15
- 64/65: gnu: rust-rand-pcg-0.3: Update to 0.3.1., guix-commits, 2023/01/15
- 58/65: gnu: rust-decimal-2: Update to 2.1.0., guix-commits, 2023/01/15
- 61/65: gnu: rust-libm-0.2: Update to 0.2.6., guix-commits, 2023/01/15
- 56/65: gnu: rust-string-cache-codegen-0.5: Update to 0.5.2., guix-commits, 2023/01/15
- 19/65: gnu: rust-serde-bytes-0.11: Update to 0.11.8., guix-commits, 2023/01/15
- 37/65: gnu: rust-data-url-0.1: Update to 0.1.1., guix-commits, 2023/01/15
- 47/65: gnu: rust-phf-0.10: Update to 0.10.1.,
guix-commits <=
- 13/65: gnu: rust-nom-6: Update to 6.2.1., guix-commits, 2023/01/15
- 50/65: gnu: rust-rand-core-0.6: Update to 0.6.4., guix-commits, 2023/01/15
- 54/65: gnu: rust-smallvec-1: Update to 1.10.0., guix-commits, 2023/01/15
- 29/65: gnu: rust-crossbeam-epoch-0.9: Update to 0.9.13., guix-commits, 2023/01/15
- 22/65: gnu: rust-serde-repr-0.1: Update to 0.1.10., guix-commits, 2023/01/15
- 39/65: gnu: rust-dtoa-0.4: Update to 0.4.8., guix-commits, 2023/01/15
- 34/65: gnu: rust-markup5ever-0.10: Update to 0.10.1., guix-commits, 2023/01/15
- 24/65: gnu: rust-serde-urlencoded-0.7: Update to 0.7.1., guix-commits, 2023/01/15
- 35/65: gnu: rust-rayon-1: Update to 1.6.1., guix-commits, 2023/01/15
- 38/65: gnu: rust-xml5ever-0.16: Update to 0.16.2., guix-commits, 2023/01/15