guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

450/459: gnu: rust-vcpkg-0.2: Update to 0.2.15.


From: guix-commits
Subject: 450/459: gnu: rust-vcpkg-0.2: Update to 0.2.15.
Date: Mon, 24 Apr 2023 15:04:23 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 5370b211990592e03a30371ed4668f730189c0f4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 24 16:32:31 2023 +0300

    gnu: rust-vcpkg-0.2: Update to 0.2.15.
    
    * gnu/packages/crates-io.scm (rust-vcpkg-0.2): Update to 0.2.15.
---
 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 e89341ad5f..39fd786290 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70027,7 +70027,7 @@ write operations.")
 (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 @@ write operations.")
         (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]