gnu: rust-memoffset-0.6: Update to 0.6.4.

* gnu/packages/crates-io.scm (rust-memoffset-0.6): Update to 0.6.4.
This commit is contained in:
Nicolas Goaziou 2021-07-26 10:49:06 +02:00
parent 69ce8f3ce1
commit 7b669da767
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -26149,14 +26149,14 @@ file IO.")
(define-public rust-memoffset-0.6
(package
(name "rust-memoffset")
(version "0.6.1")
(version "0.6.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "memoffset" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "11yxgw330cf8g4wy0fnb20ag8gg1b33fsnfmg2g8z6h5wc444yqm"))))
(base32 "1yfx2v8kmkhr2d4gwk8ghihdwg73vapn3vvp0im06f0kgx8crb2r"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t