[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
176/470: gnu: Add rust-ghash-0.5.
From: |
guix-commits |
Subject: |
176/470: gnu: Add rust-ghash-0.5. |
Date: |
Thu, 16 Mar 2023 03:00:58 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit afdc26d246e82bff2efe11894597c2a2ba9e9b4d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 10:54:23 2023 +0200
gnu: Add rust-ghash-0.5.
* gnu/packages/crates-io.scm (rust-ghash-0.5): New variable.
(rust-ghash-0.3): Inherit from rust-ghash-0.5.
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 157efc0cad..037e8478f1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24095,25 +24095,25 @@ getters and setters on fields.")
@acronym{GFA, Graphical Fragment Assembly} format.")
(license license:expat)))
-(define-public rust-ghash-0.3
+(define-public rust-ghash-0.5
(package
(name "rust-ghash")
- (version "0.3.0")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "ghash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0c957q9sk1q93pqqfvhcmflfm1zvbr14aznfpm25kqd6i437zqnn"))))
+ (base32 "0h1y3v3kj8xxkf2snv1yly0lr20fdh3jrm60p382szbiwl6pac6r"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-polyval" ,rust-polyval-0.4)
+ (("rust-opaque-debug" ,rust-opaque-debug-0.3)
+ ("rust-polyval" ,rust-polyval-0.6)
("rust-zeroize" ,rust-zeroize-1))
#:cargo-development-inputs
- (("rust-hex-literal" ,rust-hex-literal-0.1))))
+ (("rust-hex-literal" ,rust-hex-literal-0.3))))
(home-page "https://github.com/RustCrypto/universal-hashes")
(synopsis "Universal hash over GF(2^128)")
(description "This package provides a universal hash over GF(2^128) useful
@@ -24121,6 +24121,26 @@ for constructing a Message Authentication Code (MAC),
as in the AES-GCM
authenticated encryption cipher.")
(license (list license:expat license:asl2.0))))
+(define-public rust-ghash-0.3
+ (package
+ (inherit rust-ghash-0.5)
+ (name "rust-ghash")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ghash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0c957q9sk1q93pqqfvhcmflfm1zvbr14aznfpm25kqd6i437zqnn"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-polyval" ,rust-polyval-0.4)
+ ("rust-zeroize" ,rust-zeroize-1))
+ #:cargo-development-inputs
+ (("rust-hex-literal" ,rust-hex-literal-0.1))))))
+
(define-public rust-ghash-0.2
(package
(inherit rust-ghash-0.3)
- 152/470: gnu: Add rust-base64-0.21., (continued)
- 152/470: gnu: Add rust-base64-0.21., guix-commits, 2023/03/16
- 153/470: gnu: Add rust-block-padding-0.3., guix-commits, 2023/03/16
- 154/470: gnu: Add rust-botan-src-0.21703., guix-commits, 2023/03/16
- 160/470: gnu: Add rust-concolor-0.0.11., guix-commits, 2023/03/16
- 162/470: gnu: Add rust-cookie-0.16., guix-commits, 2023/03/16
- 163/470: gnu: Add rust-cookie-store-0.16., guix-commits, 2023/03/16
- 168/470: gnu: rust-digest-0.10: Add missing input., guix-commits, 2023/03/16
- 169/470: gnu: rust-document-features-0.2: Update to 0.2.7., guix-commits, 2023/03/16
- 171/470: gnu: Add rust-env-logger-0.10., guix-commits, 2023/03/16
- 175/470: gnu: rust-futures-util-0.3: Update to 0.3.26., guix-commits, 2023/03/16
- 176/470: gnu: Add rust-ghash-0.5.,
guix-commits <=
- 172/470: gnu: rust-futures-macro-0.3: Update to 0.3.26., guix-commits, 2023/03/16
- 177/470: gnu: Add rust-git2-0.16., guix-commits, 2023/03/16
- 178/470: gnu: Add rust-git2-curl-0.17., guix-commits, 2023/03/16
- 179/470: gnu: rust-h2-0.3: Update to 0.3.15., guix-commits, 2023/03/16
- 189/470: gnu: Add rust-miow-0.5., guix-commits, 2023/03/16
- 184/470: gnu: Add rust-include-dir-macros-0.7., guix-commits, 2023/03/16
- 185/470: gnu: Add rust-ipconfig-3., guix-commits, 2023/03/16
- 182/470: gnu: rust-http-0.1: Update to 0.1.21., guix-commits, 2023/03/16
- 192/470: gnu: rust-pin-project-1: Update to 1.0.12., guix-commits, 2023/03/16
- 187/470: gnu: rust-loom-0.5: Remove commented argument., guix-commits, 2023/03/16