gnu: rust-grep-0.2: Update to 0.2.7.

* gnu/packages/crates-io.scm (rust-grep-0.2): Update to 0.2.7.
This commit is contained in:
Jakub Kądziołka 2020-06-25 00:59:21 +02:00
parent 5d07e23d61
commit f8e0184ace
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -9180,7 +9180,7 @@ (define-public rust-goblin-0.0
(define-public rust-grep-0.2 (define-public rust-grep-0.2
(package (package
(name "rust-grep") (name "rust-grep")
(version "0.2.4") (version "0.2.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9189,7 +9189,7 @@ (define-public rust-grep-0.2
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pkhjladybzzciwg0mjk3vjz5fyi76hk0d3hgyzv2jxlyp8v4fyc")))) "0s3y1rx94swqnciz2zzifm8pmy2iyck270skgxhgkq7ab6x96bjq"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t