me
/
guix
Archived
1
0
Fork 0

gnu: rust-polyval-0.4: Update to 0.4.5.

* gnu/packages/crates-io.scm (rust-polyval-0.4): Update to 0.4.5.
[cargo-inputs]: Add rust-cpuid-bool-0.2, rust-opaque-debug-0.3.  Remove
rust-cfg-if-0.1.
[cargo-development-inputs]: Replace rust-hex-literal-0.1 with 0.2.
Remove rust-criterion-0.3, rust-criterion-cycles-per-byte-0.1.

Change-Id: I42f1b350922c555997bedb2270ea30af7170a244
Efraim Flashner 2023-11-04 22:11:39 +02:00
parent 37df5a4410
commit 4483542c29
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 7 deletions

View File

@ -54506,7 +54506,7 @@ for constructing a Message Authentication Code (MAC).")
(package
(inherit rust-polyval-0.6)
(name "rust-polyval")
(version "0.4.0")
(version "0.4.5")
(source
(origin
(method url-fetch)
@ -54514,17 +54514,15 @@ for constructing a Message Authentication Code (MAC).")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1p0765j30qxr50zh74aflafx540xkxqb7pv8kw7fvcssnm1039fr"))))
"1kdpcjhc3666g8xaqichsyf6fhn8rry3z70dqhmvv6hb2jmc9g7f"))))
(arguments
`(#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1)
(("rust-cpuid-bool" ,rust-cpuid-bool-0.2)
("rust-opaque-debug" ,rust-opaque-debug-0.3)
("rust-universal-hash" ,rust-universal-hash-0.4)
("rust-zeroize" ,rust-zeroize-1))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3)
("rust-criterion-cycles-per-byte"
,rust-criterion-cycles-per-byte-0.1)
("rust-hex-literal" ,rust-hex-literal-0.1))))))
(("rust-hex-literal" ,rust-hex-literal-0.2))))))
(define-public rust-polyval-0.3
(package