mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-cargo-credential-0.4: Update to 0.4.4.
* gnu/packages/crates-io.scm (rust-cargo-credential-0.4): Update to 0.4.4. Change-Id: I87e736f3f9ca4f1db3b82445784aa01d912d78bb
This commit is contained in:
parent
30e9da7289
commit
dc861f9d84
1 changed files with 2 additions and 2 deletions
|
@ -10752,14 +10752,14 @@ (define-public rust-cargo-config2-0.1
|
|||
(define-public rust-cargo-credential-0.4
|
||||
(package
|
||||
(name "rust-cargo-credential")
|
||||
(version "0.4.2")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-credential" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0z9jdiccn474v420qs5bbyrdaqydjs0a4pvnbj39ncrp3h0ss9zc"))))
|
||||
(base32 "1qvmiy683s4hq3fk9gz7bvshngjc2p1mn5arkw5fc5c7ygd04p2f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
|
|
Loading…
Reference in a new issue