gnu: rust-vcpkg-0.2: Update to 0.2.15.
* gnu/packages/crates-io.scm (rust-vcpkg-0.2): Update to 0.2.15.master
parent
673d1562c5
commit
5be2349bc2
|
@ -70027,7 +70027,7 @@ write operations.")
|
||||||
(define-public rust-vcpkg-0.2
|
(define-public rust-vcpkg-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-vcpkg")
|
(name "rust-vcpkg")
|
||||||
(version "0.2.11")
|
(version "0.2.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -70035,7 +70035,7 @@ write operations.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yvrd2b97j4hv5bfhcj3al0dpkbzkdsr6dclxqz3zqm50rhwl2xh"))))
|
"09i4nf5y8lig6xgj3f7fyrvzd3nlaw4znrihw8psidvv5yk4xkdc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Tests want mysql, harfbuzz, graphite2.
|
`(#:tests? #f ; Tests want mysql, harfbuzz, graphite2.
|
||||||
|
|
Reference in New Issue