[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/295: gnu: Add rust-hmac-0.8.
From: |
guix-commits |
Subject: |
85/295: gnu: Add rust-hmac-0.8. |
Date: |
Mon, 27 Jul 2020 06:25:32 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit d1514c9bba6b0991c04dc24e7d688ee57bb604d6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 28 14:46:08 2020 +0300
gnu: Add rust-hmac-0.8.
* gnu/packages/crates-io.scm (rust-hmac-0.8): New variable.
(rust-hmac-0.7): Inherit from rust-hmac-0.8.
---
gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++--------
1 file changed, 31 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c1a4b68..0fcfffd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9935,10 +9935,10 @@ compile time.")
`(#:cargo-inputs
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
-(define-public rust-hmac-0.7
+(define-public rust-hmac-0.8
(package
(name "rust-hmac")
- (version "0.7.1")
+ (version "0.8.1")
(source
(origin
(method url-fetch)
@@ -9947,16 +9947,16 @@ compile time.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "15cnwpssp2n1kdm9x7abir67f2hp3q6rdfj1mcck3hm4rmj5xjsx"))))
+ "0h48wc7iysh4xd6ci4prh8bb7nszijrh9w3blaaq8a6cilk8hs0j"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-crypto-mac" ,rust-crypto-mac-0.7)
- ("rust-digest" ,rust-digest-0.8))
+ (("rust-crypto-mac" ,rust-crypto-mac-0.8)
+ ("rust-digest" ,rust-digest-0.9))
#:cargo-development-inputs
- (("rust-crypto-mac" ,rust-crypto-mac-0.7)
- ("rust-md-5" ,rust-md-5-0.8)
- ("rust-sha2" ,rust-sha2-0.8))))
+ (("rust-crypto-mac" ,rust-crypto-mac-0.8)
+ ("rust-md-5" ,rust-md-5-0.9)
+ ("rust-sha2" ,rust-sha2-0.9))))
(home-page "https://github.com/RustCrypto/MACs")
(synopsis "Generic implementation of Hash-based Message Authentication
Code")
(description
@@ -9964,6 +9964,29 @@ compile time.")
Hash-based Message Authentication Code}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-hmac-0.7
+ (package
+ (inherit rust-hmac-0.8)
+ (name "rust-hmac")
+ (version "0.7.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hmac" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "15cnwpssp2n1kdm9x7abir67f2hp3q6rdfj1mcck3hm4rmj5xjsx"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-crypto-mac" ,rust-crypto-mac-0.7)
+ ("rust-digest" ,rust-digest-0.8))
+ #:cargo-development-inputs
+ (("rust-crypto-mac" ,rust-crypto-mac-0.7)
+ ("rust-md-5" ,rust-md-5-0.8)
+ ("rust-sha2" ,rust-sha2-0.8))))))
+
(define-public rust-hostname-0.1
(package
(name "rust-hostname")
- 71/295: gnu: Add rust-generic-array-0.14., (continued)
- 71/295: gnu: Add rust-generic-array-0.14., guix-commits, 2020/07/27
- 72/295: gnu: rust-generic-array-0.13: Don't skip build., guix-commits, 2020/07/27
- 77/295: gnu: Add rust-sha-1-0.9., guix-commits, 2020/07/27
- 79/295: gnu: rust-sha-1-0.8: Update to 0.8.2., guix-commits, 2020/07/27
- 46/295: gnu: r-flexdashboard: Update to 0.5.2., guix-commits, 2020/07/27
- 66/295: gnu: Add rust-opaque-debug-0.3., guix-commits, 2020/07/27
- 70/295: gnu: Add rust-subtle-2., guix-commits, 2020/07/27
- 73/295: gnu: Add rust-crypto-mac-0.8., guix-commits, 2020/07/27
- 80/295: gnu: Add rust-block-buffer-0.8., guix-commits, 2020/07/27
- 81/295: gnu: Add rust-md-5-0.9., guix-commits, 2020/07/27
- 85/295: gnu: Add rust-hmac-0.8.,
guix-commits <=
- 86/295: gnu: Add rust-pbdkdf2-0.4., guix-commits, 2020/07/27
- 89/295: gnu; Add go-minisign., guix-commits, 2020/07/27
- 90/295: gnu: Rename rust-typenum-1.10 to rust-typenum-1., guix-commits, 2020/07/27
- 91/295: gnu: rust-typenum-1: Update to 1.12.0., guix-commits, 2020/07/27
- 95/295: gnu: Rename rust-memchr-2.3 to rust-memchr-2., guix-commits, 2020/07/27
- 97/295: gnu: Remove rust-bincode-1.1., guix-commits, 2020/07/27
- 98/295: gnu: Rename rust-bincode-1.2 to rust-bincode-1., guix-commits, 2020/07/27
- 102/295: gnu: emacs-elpher: Update to 2.9.1., guix-commits, 2020/07/27
- 103/295: gnu: warzone2100: Update to 3.4.0., guix-commits, 2020/07/27
- 106/295: gnu: Add tepl., guix-commits, 2020/07/27