mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-md-5-0.9: Update to 0.9.1.
* gnu/packages/crates-io.scm (rust-md-5-0.9): Update to 0.9.1.
This commit is contained in:
parent
142a02988e
commit
3f3d84616c
1 changed files with 4 additions and 4 deletions
|
@ -25871,7 +25871,7 @@ (define-public rust-maybe-uninit-2
|
|||
(define-public rust-md-5-0.9
|
||||
(package
|
||||
(name "rust-md-5")
|
||||
(version "0.9.0")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -25880,14 +25880,14 @@ (define-public rust-md-5-0.9
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14x7yxfi4pk4qy3zmn9dj69yc18fg3cyind346kribjd93077qij"))))
|
||||
"059ajjacz1q3cms7vl6cvhdqs4qdw2nnwj9dq99ryzv0p6djfnkv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-block-buffer" ,rust-block-buffer-0.8)
|
||||
(("rust-block-buffer" ,rust-block-buffer-0.9)
|
||||
("rust-digest" ,rust-digest-0.9)
|
||||
("rust-md5-asm" ,rust-md5-asm-0.4)
|
||||
("rust-opaque-debug" ,rust-opaque-debug-0.2))
|
||||
("rust-opaque-debug" ,rust-opaque-debug-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-digest" ,rust-digest-0.9)
|
||||
("rust-hex-literal" ,rust-hex-literal-0.2))))
|
||||
|
|
Loading…
Reference in a new issue