mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: rust-phf-shared-0.11: Update to 0.11.2.
* gnu/packages/crates-io.scm (rust-phf-shared-0.11): Update to 0.11.2. Signed-off-by: Jaeme Sifat <jaeme@runbox.com> Change-Id: Id64dc51bfa7f0efa359b9f0e30208782f300621a Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a55f3f4913
commit
efa751b07f
1 changed files with 2 additions and 2 deletions
|
@ -53552,14 +53552,14 @@ (define-public rust-phf-macros-0.7
|
|||
(define-public rust-phf-shared-0.11
|
||||
(package
|
||||
(name "rust-phf-shared")
|
||||
(version "0.11.1")
|
||||
(version "0.11.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "phf-shared" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xp6krf3cd411rz9rbk7p6xprlz786a215039j6jlxvbh9pmzyz1"))))
|
||||
"0azphb0a330ypqx3qvyffal5saqnks0xvl8rj73jlk3qxxgbkz4h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue