mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rust-vcpkg-0.2: Update to 0.2.15.
* gnu/packages/crates-io.scm (rust-vcpkg-0.2): Update to 0.2.15.
This commit is contained in:
parent
673d1562c5
commit
5be2349bc2
1 changed files with 2 additions and 2 deletions
|
@ -70027,7 +70027,7 @@ (define-public rust-vcell-0.1
|
|||
(define-public rust-vcpkg-0.2
|
||||
(package
|
||||
(name "rust-vcpkg")
|
||||
(version "0.2.11")
|
||||
(version "0.2.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -70035,7 +70035,7 @@ (define-public rust-vcpkg-0.2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yvrd2b97j4hv5bfhcj3al0dpkbzkdsr6dclxqz3zqm50rhwl2xh"))))
|
||||
"09i4nf5y8lig6xgj3f7fyrvzd3nlaw4znrihw8psidvv5yk4xkdc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests want mysql, harfbuzz, graphite2.
|
||||
|
|
Loading…
Reference in a new issue