mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: rust-cargo-credential-libsecret-0.4: Update to 0.4.8.
* gnu/packages/crates-io.scm (rust-cargo-credential-libsecret-0.4): Update to 0.4.8. Change-Id: Ia891dfaa859a34819732e9149661fbc95da932e5
This commit is contained in:
parent
19249f0725
commit
83e1e0c176
1 changed files with 2 additions and 2 deletions
|
@ -11820,14 +11820,14 @@ (define-public rust-cargo-credential-0.3
|
|||
(define-public rust-cargo-credential-libsecret-0.4
|
||||
(package
|
||||
(name "rust-cargo-credential-libsecret")
|
||||
(version "0.4.3")
|
||||
(version "0.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-credential-libsecret" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1mbqys6gv4my81zwxcf12mj5xkpvykd4254hfns1npzqwnmy3lv2"))))
|
||||
(base32 "14v1rnk4pwsfqipllnlkb9vcf1xaj51mpw6i5l0mji82qhidv0vz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
|
|
Loading…
Reference in a new issue