diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-22 19:57:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-05-07 19:29:09 +0300 |
commit | d39d08b4db3fec2934318e9a41f25da8f95fd84f (patch) | |
tree | 6442342ae9f434dcc3e58a7e31d2dcb4f93af175 /gnu/packages | |
parent | 80365c01807e08269598f9537aaa19d6f205184f (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-io.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1990f46faa..40c858f5ff 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -9236,7 +9236,7 @@ representation, with support for both SI and binary units.") (define-public rust-bzip2-sys-0.1 (package (name "rust-bzip2-sys") - (version "0.1.9+1.0.8") + (version "0.1.11+1.0.8") (source (origin (method url-fetch) @@ -9245,7 +9245,7 @@ representation, with support for both SI and binary units.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0pi8lxzb1104q9cpvv1jgnk909cggqh2zcdhywqwlbq6c2i3jfxd")) + "1p2crnv8d8gpz5c2vlvzl0j55i3yqg5bi0kwsl1531x77xgraskk")) (modules '((guix build utils))) (snippet '(begin @@ -9256,8 +9256,7 @@ representation, with support for both SI and binary units.") (lambda _ (format #t "fn main() {~@ println!(\"cargo:rustc-link-lib=bz2\");~@ - }~%"))) - #t)))) + }~%"))))))) (build-system cargo-build-system) (arguments `(#:cargo-inputs |