guix-commits
[Top][All Lists]
Advanced

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

439/470: gnu: rust-vcpkg-0.2: Update to 0.2.15.


From: guix-commits
Subject: 439/470: gnu: rust-vcpkg-0.2: Update to 0.2.15.
Date: Sun, 30 Apr 2023 14:05:22 -0400 (EDT)

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

commit 07d185033cfa22cf969dd605b0df682d481894b2
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 d4575b1ffc..2ef6d38e72 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]