mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: rust-regex-1: Update to 1.11.1.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.11.1. Change-Id: Ic1a3b4c709b58a76016ad7c654a650f3eedbdb6a
This commit is contained in:
parent
34028a27be
commit
8c94de2b4d
1 changed files with 2 additions and 2 deletions
|
@ -65587,14 +65587,14 @@ (define-public rust-refpool-0.4
|
|||
(define-public rust-regex-1
|
||||
(package
|
||||
(name "rust-regex")
|
||||
(version "1.11.0")
|
||||
(version "1.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "regex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1n5imk7yxam409ik5nagsjpwqvbg3f0g0mznd5drf549x1g0w81q"))))
|
||||
(base32 "148i41mzbx8bmq32hsj1q4karkzzx5m60qza6gdw4pdc9qdyyi5m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue