me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2020-08-31 11:37:28 +03:00
parent 8cfcc6aca4
commit 76de60be53
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 4 deletions

View File

@ -2512,7 +2512,7 @@ exposed as Reader/Writer streams.")
(define-public rust-bzip2-sys-0.1
(package
(name "rust-bzip2-sys")
(version "0.1.7")
(version "0.1.9+1.0.8")
(source
(origin
(method url-fetch)
@ -2521,11 +2521,11 @@ exposed as Reader/Writer streams.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0pz2mdhkk8yphiqdh2kghdxb60kqyd10lfrjym3r4k5dylvam135"))
"0pi8lxzb1104q9cpvv1jgnk909cggqh2zcdhywqwlbq6c2i3jfxd"))
(modules '((guix build utils)))
(snippet
'(begin
(delete-file-recursively "bzip2-1.0.6")
(delete-file-recursively "bzip2-1.0.8")
(delete-file "build.rs")
;; Inspired by Debian's patch.
(with-output-to-file "build.rs"
@ -2538,7 +2538,8 @@ exposed as Reader/Writer streams.")
(arguments
`(#:cargo-inputs
(("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")
(synopsis "Rust bindings to libbzip2")
(description