mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rust-pkg-config-0.3: Update to 0.3.19.
* gnu/packages/crates-io.scm (rust-pkg-config-0.3): Update to 0.3.19.
This commit is contained in:
parent
4363b542f2
commit
d499911432
1 changed files with 2 additions and 2 deletions
|
@ -28714,7 +28714,7 @@ (define-public rust-pin-utils-0.1
|
|||
(define-public rust-pkg-config-0.3
|
||||
(package
|
||||
(name "rust-pkg-config")
|
||||
(version "0.3.17")
|
||||
(version "0.3.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -28722,7 +28722,7 @@ (define-public rust-pkg-config-0.3
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xynnaxdv0gzadlw4h79j855k0q7rj4zb9xb1vk00nc6ss559nh5"))))
|
||||
"0k4860955riciibxr8bhnklp79jydp4xfylwdn5v9kj96hxlac9q"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue