me
/
guix
Archived
1
0
Fork 0

gnu: rust-cargo-credential-libsecret-0.4: Update to 0.4.3.

* gnu/packages/crates-io.scm (rust-cargo-credential-libsecret-0.4):
Update to 0.4.3.

Change-Id: I8aa828e6a8941f40c6de16134c0a2364f2a5a372
master
Efraim Flashner 2024-03-27 14:25:25 +02:00
parent dc861f9d84
commit 7cb68f19be
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -10803,14 +10803,14 @@ capabilities.")
(define-public rust-cargo-credential-libsecret-0.4
(package
(name "rust-cargo-credential-libsecret")
(version "0.4.2")
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "cargo-credential-libsecret" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "03zhlxds583fg80ss2m1rd3jhrgpsykb36yhv3yg02nx8ixgzc16"))))
(base32 "1mbqys6gv4my81zwxcf12mj5xkpvykd4254hfns1npzqwnmy3lv2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)