mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-pkg-config-0.3: Update to 0.3.31.
* gnu/packages/crates-io.scm (rust-pkg-config-0.3): Update to 0.3.31. Change-Id: I5b5486b3d5e9cb49da3352cb6f713b1b0f8dd1c8
This commit is contained in:
parent
98641c957a
commit
7ae0a84b4b
1 changed files with 2 additions and 2 deletions
|
@ -55543,7 +55543,7 @@ (define-public rust-pipewire-0.7
|
|||
(define-public rust-pkg-config-0.3
|
||||
(package
|
||||
(name "rust-pkg-config")
|
||||
(version "0.3.27")
|
||||
(version "0.3.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -55551,7 +55551,7 @@ (define-public rust-pkg-config-0.3
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0r39ryh1magcq4cz5g9x88jllsnxnhcqr753islvyk4jp9h2h1r6"))))
|
||||
"1wk6yp2phl91795ia0lwkr3wl4a9xkrympvhqq8cxk4d75hwhglm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue