me
/
guix
Archived
1
0
Fork 0

gnu: rust-fs-extra-1: Update to 1.3.0.

* gnu/packages/crates-io.scm (rust-fs-extra-1): Update to 1.3.0.
[arguments]: Don't skip build. Skip tests.
Efraim Flashner 2023-05-22 16:54:07 +03:00
parent a40555d39b
commit 0e61503805
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -23824,16 +23824,17 @@ more helpful error messages.")
(define-public rust-fs-extra-1
(package
(name "rust-fs-extra")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "fs_extra" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "151k6dr35mhq5d8pc8krhw55ajhkyiv0pm14s7zzlc5bc9fp28i0"))))
(base32 "075i25z70j2mz9r7i9p9r521y8xdj81q7skslyb7zhqnnw33fw22"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(arguments
`(#:tests? #f)) ; panicked at 'assertion failed: `(left == right)`
(home-page "https://github.com/webdesus/fs_extra")
(synopsis "Extra file system methods")
(description "Expanding opportunities standard library @code{std::fs} and