mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-regex-syntax-0.8: Update to 0.8.4.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.8): Update to 0.8.4. Change-Id: I93f3e211149213ffee57a02b99f48aea13395c6d
This commit is contained in:
parent
be1523692e
commit
d130e8025a
1 changed files with 2 additions and 2 deletions
|
@ -62944,14 +62944,14 @@ (define-public rust-regex-lite-0.1
|
|||
(define-public rust-regex-syntax-0.8
|
||||
(package
|
||||
(name "rust-regex-syntax")
|
||||
(version "0.8.2")
|
||||
(version "0.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "regex-syntax" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17rd2s8xbiyf6lb4aj2nfi44zqlj98g2ays8zzj2vfs743k79360"))))
|
||||
(base32 "16r0kjy20vx33dr4mhasj5l1f87czas714x2fz6zl0f8wwxa0rks"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1))))
|
||||
|
|
Loading…
Reference in a new issue