mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: rust-pbkdf2-0.12: Update to 0.12.2.
* gnu/packages/crates-io.scm (rust-pbkdf2-0.12): Update to 0.12.2. [cargo-inputs]: Replace rust-hex-literal-0.3 with 0.4. Change-Id: Ic7e9dfa7b96682e496cf22c7cd79fc6a1d107ca0 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8edde4872b
commit
411f155df0
1 changed files with 3 additions and 3 deletions
|
@ -54133,14 +54133,14 @@ (define-public rust-pathdiff-0.2
|
|||
(define-public rust-pbkdf2-0.12
|
||||
(package
|
||||
(name "rust-pbkdf2")
|
||||
(version "0.12.1")
|
||||
(version "0.12.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pbkdf2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cbcfkb9qh5czbm88gw3aii4y5m84wig6s5d7fzrhxb0d1d0pjph"))))
|
||||
"1wms79jh4flpy1zi8xdp4h8ccxv4d85adc6zjagknvppc5vnmvgq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -54151,7 +54151,7 @@ (define-public rust-pbkdf2-0.12
|
|||
("rust-sha1" ,rust-sha1-0.10)
|
||||
("rust-sha2" ,rust-sha2-0.10))
|
||||
#:cargo-development-inputs
|
||||
(("rust-hex-literal" ,rust-hex-literal-0.3)
|
||||
(("rust-hex-literal" ,rust-hex-literal-0.4)
|
||||
("rust-hmac" ,rust-hmac-0.12)
|
||||
("rust-sha1" ,rust-sha1-0.10)
|
||||
("rust-sha2" ,rust-sha2-0.10)
|
||||
|
|
Loading…
Reference in a new issue