mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: rust-cipher-0.4: Update to 0.4.4.
* gnu/packages/crates-io.scm (rust-cipher-0.4): Update to 0.4.4.
This commit is contained in:
parent
283c3072d1
commit
031d72db04
1 changed files with 2 additions and 2 deletions
|
@ -11438,7 +11438,7 @@ (define-public rust-clang-sys-1
|
|||
(define-public rust-cipher-0.4
|
||||
(package
|
||||
(name "rust-cipher")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -11446,7 +11446,7 @@ (define-public rust-cipher-0.4
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17mmmqaalirdx7bpdhrgzp1sd392zm08mjrr24cjr57pz1q351yi"))))
|
||||
(base32 "1b9x9agg67xq5nq879z66ni4l08m6m3hqcshk37d4is4ysd3ngvp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue