me
/
guix
Archived
1
0
Fork 0

gnu: rust-memchr-2.2: Update to 2.2.1.

* gnu/packages/crates-io.scm (rust-memchr-2.2): Update to 2.2.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-01-15 09:44:45 -08:00 committed by Efraim Flashner
parent 1ff4d9cbca
commit 2157f749ec
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -5525,7 +5525,7 @@ whether an expression matches a pattern.")
(define-public rust-memchr-2.2
(package
(name "rust-memchr")
(version "2.2.0")
(version "2.2.1")
(source
(origin
(method url-fetch)
@ -5534,7 +5534,7 @@ whether an expression matches a pattern.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0f8wdra7yaggsr4jzlrvpd8yknnqhd990iijdr6llgc8gk2ppz1f"))))
"13j6ji9x9ydpi9grbss106gqqr3xn3bcfp28aydqfa4751qrfmw8"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t