gnu: rust-regex-1: Update to 1.4.3.

* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.4.3.
This commit is contained in:
Nicolas Goaziou 2021-01-24 00:31:35 +01:00
parent 8a83c55b0a
commit 51137c7c19
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27531,15 +27531,14 @@ (define-public rust-ref-cast-impl-0.2
(define-public rust-regex-1
(package
(name "rust-regex")
(version "1.4.2")
(version "1.4.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "172bw2yryv65whn3n5vkww4kgk0bq08lx0zbln8xwia7xl9jrkrq"))))
(base32 "12llbg82js69mdl50lav4yn1iqlx71ckb18dww467q99w4wi49fr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs