mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: rust-unicode-ident-1: Update to 1.0.12.
* gnu/packages/crates-io.scm (rust-unicode-ident-1): Update to 1.0.12.
This commit is contained in:
parent
1f0b574065
commit
c772afc39f
1 changed files with 2 additions and 2 deletions
|
@ -75644,14 +75644,14 @@ (define-public rust-unicode-categories-0.1
|
|||
(define-public rust-unicode-ident-1
|
||||
(package
|
||||
(name "rust-unicode-ident")
|
||||
(version "1.0.8")
|
||||
(version "1.0.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unicode-ident" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x4v4v95fv9gn5zbpm23sa9awjvmclap1wh1lmikmw9rna3llip5"))))
|
||||
"0jzf1znfpb2gx8nr8mvmyqs1crnv79l57nxnbiszc7xf7ynbjm1k"))))
|
||||
(build-system cargo-build-system)
|
||||
;; Most development inputs are competing implementations
|
||||
;; for benchmarks.
|
||||
|
|
Loading…
Reference in a new issue