[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/41: gnu: rust-pkg-config-0.3: Update to 0.3.17.
From: |
guix-commits |
Subject: |
12/41: gnu: rust-pkg-config-0.3: Update to 0.3.17. |
Date: |
Tue, 11 Feb 2020 13:24:46 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit e7db83efe9d93722392b48eb447f708d9be50b3a
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 11 17:21:30 2020 +0200
gnu: rust-pkg-config-0.3: Update to 0.3.17.
* gnu/packages/crates-io.scm (rust-pkg-config-0.3): Update to 0.3.17.
[arguments]: Add rust-lazy-static-1 to cargo-development-inputs.
[native-inputs]: Add pkg-config.
[properties]: Remove field.
---
gnu/packages/crates-io.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f85ad36..932c564 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8645,7 +8645,7 @@ algorithms.")
(define-public rust-pkg-config-0.3
(package
(name "rust-pkg-config")
- (version "0.3.14")
+ (version "0.3.17")
(source
(origin
(method url-fetch)
@@ -8653,16 +8653,18 @@ algorithms.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "135ia995lqzr0gxpk85h0bjxf82kj6hbxdx924sh9jdln6r8wvk7"))))
+ "0xynnaxdv0gzadlw4h79j855k0q7rj4zb9xb1vk00nc6ss559nh5"))))
(build-system cargo-build-system)
- ;(inputs
- ; `(("pkg-config" ,pkg-config)))
+ (arguments
+ `(#:cargo-development-inputs
+ (("rust-lazy-static" ,rust-lazy-static-1))))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
(home-page "https://github.com/rust-lang/pkg-config-rs")
(synopsis "Library to run the pkg-config system tool")
(description
"A library to run the pkg-config system tool at build time in order to be
used in Cargo build scripts.")
- (properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))
- branch master updated (81565d2 -> d883e79), guix-commits, 2020/02/11
- 01/41: gnu: rust-libloading-0.5: Don't skip build., guix-commits, 2020/02/11
- 03/41: gnu: rust-clang-sys-0.28: Don't hide package., guix-commits, 2020/02/11
- 02/41: gnu: rust-clang-0.26: Don't hide package., guix-commits, 2020/02/11
- 06/41: gnu: rust-numtoa-0.1: Don't hide package., guix-commits, 2020/02/11
- 10/41: gnu: rust-percent-encoding-2.1: Don't hide package., guix-commits, 2020/02/11
- 13/41: gnu: rust-plain-0.2: Don't hide package., guix-commits, 2020/02/11
- 14/41: gnu: rust-traitobject-0.1: Don't hide package., guix-commits, 2020/02/11
- 12/41: gnu: rust-pkg-config-0.3: Update to 0.3.17.,
guix-commits <=
- 08/41: gnu: rust-parity-wasm-0.40: Update to 0.40.3., guix-commits, 2020/02/11
- 15/41: gnu: rust-unsafe-any-0.4: Don't hide package., guix-commits, 2020/02/11
- 16/41: gnu: rust-typemap-0.3: Don't hide package., guix-commits, 2020/02/11
- 19/41: gnu: rust-ppv-lite86-0.2: Upgrade to 0.2.6., guix-commits, 2020/02/11
- 04/41: gnu: rust-futures-cpupool-0.1: Don't hide package., guix-commits, 2020/02/11
- 05/41: gnu: rust-num-iter-0.1: Upgrade to 0.1.40., guix-commits, 2020/02/11
- 07/41: gnu: rust-openssl-probe-0.1: Don't hide package., guix-commits, 2020/02/11
- 11/41: gnu: rust-pin-utils-0.1: Don't hide package., guix-commits, 2020/02/11
- 09/41: gnu: rust-peeking-take-while-0.1: Don't hide package., guix-commits, 2020/02/11
- 18/41: gnu: rust-pocket-resources-0.3: Don't hide package., guix-commits, 2020/02/11