[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-vcpkg-0.2: Update to 0.2.11.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-vcpkg-0.2: Update to 0.2.11. |
Date: |
Wed, 30 Dec 2020 18:38:35 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9aa1930 gnu: rust-vcpkg-0.2: Update to 0.2.11.
9aa1930 is described below
commit 9aa1930eb4bb815294478f8deeb1df0bf6916faf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 31 00:37:57 2020 +0100
gnu: rust-vcpkg-0.2: Update to 0.2.11.
* gnu/packages/crates-io.scm (rust-vcpkg-0.2): Update to 0.2.11.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c01311f..e227d26 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34826,7 +34826,7 @@ first byte.")
(define-public rust-vcpkg-0.2
(package
(name "rust-vcpkg")
- (version "0.2.10")
+ (version "0.2.11")
(source
(origin
(method url-fetch)
@@ -34834,7 +34834,7 @@ first byte.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "132hlmsc4maava91vl4lh677sl1c7vr8ccl53fnr5w41y6dh4m34"))))
+ "1yvrd2b97j4hv5bfhcj3al0dpkbzkdsr6dclxqz3zqm50rhwl2xh"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Tests want mysql, harfbuzz, graphite2.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-vcpkg-0.2: Update to 0.2.11.,
guix-commits <=