mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-grep-0.2: Update to 0.2.8.
* gnu/packages/crates-io.scm (rust-grep-0.2): Update to 0.2.8.
This commit is contained in:
parent
2247d33cb2
commit
8a4fb595e8
1 changed files with 2 additions and 2 deletions
|
@ -18011,7 +18011,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.7")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -18020,7 +18020,7 @@ (define-public rust-grep-0.2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s3y1rx94swqnciz2zzifm8pmy2iyck270skgxhgkq7ab6x96bjq"))))
|
"0mw61v132ng0nbz5ygb6jvsx729772803w5bv3zs4i8baq689jsi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Loading…
Reference in a new issue