guix-commits
[Top][All Lists]
Advanced

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

181/350: gnu: rust-curve25519-dalek-4: Update to 4.1.3.


From: guix-commits
Subject: 181/350: gnu: rust-curve25519-dalek-4: Update to 4.1.3.
Date: Sun, 15 Dec 2024 02:14:28 -0500 (EST)

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

commit e7411e1324ad85e81f06c0558195a0fc76140b29
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 11:51:01 2024 +0200

    gnu: rust-curve25519-dalek-4: Update to 4.1.3.
    
    * gnu/packages/crates-crypto.scm (rust-curve25519-dalek-4): Update to
    4.1.3.
    
    Change-Id: Iaff54cd224422f2291291b53f9eb24093447fc3f
---
 gnu/packages/crates-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index f037b099f9..29ad730887 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -1911,14 +1911,14 @@ re-exported cipher crate.")
 (define-public rust-curve25519-dalek-4
   (package
     (name "rust-curve25519-dalek")
-    (version "4.1.2")
+    (version "4.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "curve25519-dalek" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0j7kqchcgycs4a11gvlda93h9w2jr05nn4hjpfyh2kn94a4pnrqa"))))
+        (base32 "1gmjb9dsknrr8lypmhkyjd67p1arb8mbfamlwxm7vph38my8pywp"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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