[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/65: gnu: rust-string-cache-0.8: Update to 0.8.4.
From: |
guix-commits |
Subject: |
55/65: gnu: rust-string-cache-0.8: Update to 0.8.4. |
Date: |
Sun, 15 Jan 2023 04:33:09 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit 1ee9c40a76bbb1424c7a82912d40d4afd12bd38f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 15 11:23:34 2023 +0200
gnu: rust-string-cache-0.8: Update to 0.8.4.
* gnu/packages/crates-io.scm (rust-string-cache-0.8): Update to 0.8.4.
[cargo-inputs]: Remove rust-lazy-static-1. Replace rust-phf-shared-0.8
with 0.10. Add rust-once-cell-1, rust-parking-lot-0.12.
---
gnu/packages/crates-io.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5d0923c8fd..83ae760cc1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56289,7 +56289,7 @@ configurable byte storage.")
(define-public rust-string-cache-0.8
(package
(name "rust-string-cache")
- (version "0.8.0")
+ (version "0.8.4")
(source
(origin
(method url-fetch)
@@ -56298,13 +56298,14 @@ configurable byte storage.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "12i0synp8l0qpnzi5qki4pjq3jx28ykikyffjjjg6fsfxddwfh19"))))
+ "020ahbx93gp85s3k3k5c342j10ml0b77i4q4hri180xmlavr8d11"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1)
- ("rust-phf-shared" ,rust-phf-shared-0.8)
+ (("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-parking-lot" ,rust-parking-lot-0.12)
+ ("rust-phf-shared" ,rust-phf-shared-0.10)
("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/servo/string-cache")
- 38/65: gnu: rust-xml5ever-0.16: Update to 0.16.2., (continued)
- 38/65: gnu: rust-xml5ever-0.16: Update to 0.16.2., guix-commits, 2023/01/15
- 41/65: gnu: rust-either-1: Update to 1.8.0., guix-commits, 2023/01/15
- 48/65: gnu: rust-rand-0.8: Update to 0.8.5., guix-commits, 2023/01/15
- 53/65: gnu: rust-semver-1: Update to 1.0.16., guix-commits, 2023/01/15
- 60/65: gnu: rust-futf-0.1: Update to 0.1.5., guix-commits, 2023/01/15
- 65/65: gnu: rust-utf-8-0.7: Update to 0.7.6., guix-commits, 2023/01/15
- 57/65: gnu: rust-tendril-0.4: Update to 0.4.3., guix-commits, 2023/01/15
- 18/65: gnu: rust-serde-big-array-0.3: Update to 0.3.3., guix-commits, 2023/01/15
- 30/65: gnu: rust-crossbeam-queue-0.3: Update to 0.3.8., guix-commits, 2023/01/15
- 52/65: gnu: rust-rand-hc-0.3: Update to 0.3.1., guix-commits, 2023/01/15
- 55/65: gnu: rust-string-cache-0.8: Update to 0.8.4.,
guix-commits <=
- 63/65: gnu: rust-num-rational-0.2: Update to 0.2.4., guix-commits, 2023/01/15