me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.4.3.
master
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
1 changed files with 3 additions and 4 deletions

View File

@ -27531,15 +27531,14 @@ functionality.")
(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