guix-commits
[Top][All Lists]
Advanced

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

345/436: gnu: rust-ghash-0.3: Update to 0.3.1.


From: guix-commits
Subject: 345/436: gnu: rust-ghash-0.3: Update to 0.3.1.
Date: Sun, 5 Nov 2023 05:29:42 -0500 (EST)

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

commit a37f8dc10ef5c47a020435462e8813b4f2c0f645
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 4 21:57:38 2023 +0200

    gnu: rust-ghash-0.3: Update to 0.3.1.
    
    * gnu/packages/crates-io.scm (rust-ghash-0.3): Update to 0.3.1.
    [cargo-inputs]: Add rust-opaque-debug-0.3.
    [cargo-development-inputs]: Replace rust-hex-literal-0.1 with 0.2.
    
    Change-Id: I9d31f34ab836a103c696c0cbf117358c62f18e5d
---
 gnu/packages/crates-io.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 31e25cc941..386d0c6718 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29557,7 +29557,7 @@ authenticated encryption cipher.")
   (package
     (inherit rust-ghash-0.5)
     (name "rust-ghash")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
      (origin
        (method url-fetch)
@@ -29565,13 +29565,14 @@ authenticated encryption cipher.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0c957q9sk1q93pqqfvhcmflfm1zvbr14aznfpm25kqd6i437zqnn"))))
+         "0xd362xh17hadc2194dd6kjjq0ak1j4x7kkmfmpq9hw2s564wc4p"))))
     (arguments
      `(#:cargo-inputs
-       (("rust-polyval" ,rust-polyval-0.4)
+       (("rust-opaque-debug" ,rust-opaque-debug-0.3)
+        ("rust-polyval" ,rust-polyval-0.4)
         ("rust-zeroize" ,rust-zeroize-1))
        #:cargo-development-inputs
-       (("rust-hex-literal" ,rust-hex-literal-0.1))))))
+       (("rust-hex-literal" ,rust-hex-literal-0.2))))))
 
 (define-public rust-ghash-0.2
   (package



reply via email to

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