gnu: rust-bzip2-sys-0.1: Update to 0.1.9+1.0.8.
* gnu/packages/crates-io.scm (rust-bzip2-sys-0.1): Update to 0.1.9+1.0.8. [source]: Update snippet. [arguments]: Add rust-pkg-config-0.3 to cargo-inputs.master
parent
8cfcc6aca4
commit
76de60be53
|
@ -2512,7 +2512,7 @@ exposed as Reader/Writer streams.")
|
||||||
(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.7")
|
(version "0.1.9+1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2521,11 +2521,11 @@ exposed as Reader/Writer streams.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pz2mdhkk8yphiqdh2kghdxb60kqyd10lfrjym3r4k5dylvam135"))
|
"0pi8lxzb1104q9cpvv1jgnk909cggqh2zcdhywqwlbq6c2i3jfxd"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(delete-file-recursively "bzip2-1.0.6")
|
(delete-file-recursively "bzip2-1.0.8")
|
||||||
(delete-file "build.rs")
|
(delete-file "build.rs")
|
||||||
;; Inspired by Debian's patch.
|
;; Inspired by Debian's patch.
|
||||||
(with-output-to-file "build.rs"
|
(with-output-to-file "build.rs"
|
||||||
|
@ -2538,7 +2538,8 @@ exposed as Reader/Writer streams.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-cc" ,rust-cc-1))))
|
("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||||
(home-page "https://github.com/alexcrichton/bzip2-rs")
|
(home-page "https://github.com/alexcrichton/bzip2-rs")
|
||||||
(synopsis "Rust bindings to libbzip2")
|
(synopsis "Rust bindings to libbzip2")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue