me
/
guix
Archived
1
0
Fork 0

gnu: rust-memmap2-0.9: Update to 0.9.3.

* gnu/packages/crates-io.scm (rust-memmap2-0.9): Update to 0.9.3.

Change-Id: I81557e3323f2180072943d95336fdfc7bbeca469
master
Nicolas Goaziou 2024-01-20 22:17:01 +02:00 committed by Efraim Flashner
parent 2d94ac0db4
commit 0b6ce84298
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -40286,14 +40286,14 @@ file IO.")
(define-public rust-memmap2-0.9
(package
(name "rust-memmap2")
(version "0.9.0")
(version "0.9.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "memmap2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0xckkh1i45g6y2g2lkb6b292pfj2wlrfk2fc4754q7dzga6s7ayy"))))
(base32 "14kwkwh1cr790dhrdwzyjxp2f5k1jp7w1swc7z38py0vhdbkmza5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)