guix-commits
[Top][All Lists]
Advanced

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

08/31: gnu: rust-win-crypto-ng-0.5: Update to 0.5.1.


From: guix-commits
Subject: 08/31: gnu: rust-win-crypto-ng-0.5: Update to 0.5.1.
Date: Sun, 31 Mar 2024 14:27:52 -0400 (EDT)

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

commit 5436041f51286ba778ef34d43b6b5da457e6281d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 31 16:54:55 2024 +0300

    gnu: rust-win-crypto-ng-0.5: Update to 0.5.1.
    
    * gnu/packages/crates-windows.scm (rust-win-crypto-ng-0.5): Update to
    0.5.1.
    
    Change-Id: Iaefa474742e2a23d011636341a2b39efab468e64
---
 gnu/packages/crates-windows.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index 2d18c570d7..ef91db0e96 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -736,14 +736,14 @@ See winapi for types and constants.")
 (define-public rust-win-crypto-ng-0.5
   (package
     (name "rust-win-crypto-ng")
-    (version "0.5.0")
+    (version "0.5.1")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "win-crypto-ng" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0faf5bd4d5kaf642yw91lh0n2bfwnz0l70bm85ysmj3dsj4hg9mf"))))
+                "14mv2wsvji8x7ds72zsjpz6hdq57y4r8r38xjyr4mrbib91zpawr"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t     ; Windows library



reply via email to

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