gnu: Add rust-cargo-credential-libsecret-0.4.
* gnu/packages/crates-vcs.scm (rust-cargo-credential-libsecret-0.4): New variable. (rust-cargo-credential-libsecret-0.3): Inherit from rust-cargo-credential-libsecret-0.4. Change-Id: Id576ee5efd3498ba6ca183ef2f7f8a19abb2143fmaster
parent
0b0a9ddcef
commit
3ec5440488
|
@ -10059,8 +10059,32 @@ the library crate of Cargo.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-snapbox" ,rust-snapbox-0.4))))))
|
(("rust-snapbox" ,rust-snapbox-0.4))))))
|
||||||
|
|
||||||
|
(define-public rust-cargo-credential-libsecret-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-cargo-credential-libsecret")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "cargo-credential-libsecret" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "02dwjklxslbyp7y0kw4la05wn39l2pyim4vkqxid5kjzhlkzarhy"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||||
|
("rust-cargo-credential" ,rust-cargo-credential-0.4)
|
||||||
|
("rust-libloading" ,rust-libloading-0.8))))
|
||||||
|
(home-page "https://github.com/rust-lang/cargo")
|
||||||
|
(synopsis "Cargo credential process that stores tokens with GNOME libsecret")
|
||||||
|
(description
|
||||||
|
"This package provides a Cargo credential process that stores tokens with
|
||||||
|
GNOME libsecret.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-cargo-credential-libsecret-0.3
|
(define-public rust-cargo-credential-libsecret-0.3
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-cargo-credential-libsecret-0.4)
|
||||||
(name "rust-cargo-credential-libsecret")
|
(name "rust-cargo-credential-libsecret")
|
||||||
(version "0.3.1")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
|
@ -10070,18 +10094,11 @@ the library crate of Cargo.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r1fahmdf1ihp7mfql443mwsa1byiyksfcm5pdh90rjynir97fzv"))))
|
(base32 "1r1fahmdf1ihp7mfql443mwsa1byiyksfcm5pdh90rjynir97fzv"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-cargo-credential" ,rust-cargo-credential-0.3)
|
("rust-cargo-credential" ,rust-cargo-credential-0.3)
|
||||||
("rust-libloading" ,rust-libloading-0.8))))
|
("rust-libloading" ,rust-libloading-0.8))))))
|
||||||
(home-page "https://github.com/rust-lang/cargo")
|
|
||||||
(synopsis "Cargo credential process that stores tokens with GNOME libsecret")
|
|
||||||
(description
|
|
||||||
"This package provides a Cargo credential process that stores tokens with
|
|
||||||
GNOME libsecret.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-cargo-credential-macos-keychain-0.3
|
(define-public rust-cargo-credential-macos-keychain-0.3
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue