diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-15 11:27:51 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:27 -0400 |
commit | 818cab3558a53e9aae2992bbce61752700e292cd (patch) | |
tree | a3e24aa993927a6217b1530ce791daa7669af995 /gnu | |
parent | 67bcb8e3b6fdb17a29ee738a6c56c4673d0428ee (diff) |
gnu: rust-string-cache-codegen-0.5: Update to 0.5.2.
* gnu/packages/crates-io.scm (rust-string-cache-codegen-0.5: Update to
0.5.2.
[cargo-inputs]: Replace rust-phf-generator-0.8 with 0.10,
rust-phf-shared-0.8 with 0.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ac9d05b5af..8ddeef9c17 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -56691,7 +56691,7 @@ developed as part of the Servo project.") (define-public rust-string-cache-codegen-0.5 (package (name "rust-string-cache-codegen") - (version "0.5.1") + (version "0.5.2") (source (origin (method url-fetch) @@ -56700,12 +56700,12 @@ developed as part of the Servo project.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "15vbk5i7kkj5bbx7f0fi477js4svw5py39gi4rk74anj35g8wk7j")))) + "1249fafaa7r3m67zxcbcw1bddanygv13r3209bvlzgi2ny4h5cvb")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs - (("rust-phf-generator" ,rust-phf-generator-0.8) - ("rust-phf-shared" ,rust-phf-shared-0.8) + (("rust-phf-generator" ,rust-phf-generator-0.10) + ("rust-phf-shared" ,rust-phf-shared-0.10) ("rust-proc-macro2" ,rust-proc-macro2-1) ("rust-quote" ,rust-quote-1)))) (home-page "https://github.com/servo/string-cache") |