guix-commits
[Top][All Lists]
Advanced

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

325/475: gnu: rust-windows-x86-64-msvc-0.42: Update to 0.42.2.


From: guix-commits
Subject: 325/475: gnu: rust-windows-x86-64-msvc-0.42: Update to 0.42.2.
Date: Sun, 7 May 2023 12:47:51 -0400 (EDT)

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

commit 7e8b88adb215ca167e01e0a5995170b49c8fb0d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 22 14:50:22 2023 +0100

    gnu: rust-windows-x86-64-msvc-0.42: Update to 0.42.2.
    
    * gnu/packages/crates-io.scm (rust-windows-x86-64-msvc-0.42): Update to 
0.42.2.
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b26a3a3c2e..784ca1f2fd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -71623,17 +71623,16 @@ windows crate.")
 (define-public rust-windows-x86-64-msvc-0.42
   (package
     (name "rust-windows-x86-64-msvc")
-    (version "0.42.1")
+    (version "0.42.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "windows_x86_64_msvc" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1zfgzsmc0j5p9yx25j15lb1yh45mazl4hhjdvfqqhcm16snn0xj4"))
+                "1w5r0q0yzx827d10dpjza2ww0j8iajqhmb54s735hhaj66imvv4s"))
               (snippet
-               '(begin
-                  (delete-file "lib/windows.lib")))))
+               '(delete-file "lib/windows.lib"))))
     (build-system cargo-build-system)
     (arguments (list #:skip-build? #t))
     (home-page "https://github.com/microsoft/windows-rs";)



reply via email to

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