mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: rust-unsafe-libyaml-0.2: Update to 0.2.10.
* gnu/packages/crates-io.scm (rust-unsafe-libyaml-0.2): Update to 0.2.10. [arguments]: Don't skip the tests. Change-Id: Ie1f82baaf9b00464046f03050217ded6fedb7cdb
This commit is contained in:
parent
2ad98c74e9
commit
fac8f82098
1 changed files with 3 additions and 4 deletions
|
@ -80930,18 +80930,17 @@ (define-public rust-unsafe-any-0.4
|
|||
(define-public rust-unsafe-libyaml-0.2
|
||||
(package
|
||||
(name "rust-unsafe-libyaml")
|
||||
(version "0.2.8")
|
||||
(version "0.2.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unsafe-libyaml" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19l0v20x83dvxbr68rqvs9hvawaqd929hia1nldfahlhamm80r8q"))))
|
||||
"0jsyc1kqc536wpgx1js61lwj86crniqw16lyvh02va4m1f9r0k5b"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `unsafe_libyaml_test_suite`
|
||||
#:cargo-development-inputs
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))
|
||||
(home-page "https://github.com/dtolnay/unsafe-libyaml")
|
||||
(synopsis "Libyaml in rust")
|
||||
|
|
Loading…
Reference in a new issue