gnu: rust-bzip2-sys-0.1: Update to 0.1.11.
* gnu/packages/crates-io.scm (rust-bzip2-sys-0.1): Update to 0.1.11. [source]: Remove trailing #t from snippet.
This commit is contained in:
parent
80365c0180
commit
d39d08b4db
1 changed files with 3 additions and 4 deletions
|
@ -9236,7 +9236,7 @@ representation, with support for both SI and binary units.")
|
||||||
(define-public rust-bzip2-sys-0.1
|
(define-public rust-bzip2-sys-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-bzip2-sys")
|
(name "rust-bzip2-sys")
|
||||||
(version "0.1.9+1.0.8")
|
(version "0.1.11+1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9245,7 +9245,7 @@ representation, with support for both SI and binary units.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pi8lxzb1104q9cpvv1jgnk909cggqh2zcdhywqwlbq6c2i3jfxd"))
|
"1p2crnv8d8gpz5c2vlvzl0j55i3yqg5bi0kwsl1531x77xgraskk"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -9256,8 +9256,7 @@ representation, with support for both SI and binary units.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(format #t "fn main() {~@
|
(format #t "fn main() {~@
|
||||||
println!(\"cargo:rustc-link-lib=bz2\");~@
|
println!(\"cargo:rustc-link-lib=bz2\");~@
|
||||||
}~%")))
|
}~%")))))))
|
||||||
#t))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue