mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: browserpass-native: Update to 3.0.7.
* gnu/packages/password-utils.scm (browserpass-native): Update to 3.0.7.
This commit is contained in:
parent
d7966ff25f
commit
291afa0fc1
1 changed files with 2 additions and 2 deletions
|
@ -719,7 +719,7 @@ using password-store through rofi interface:
|
||||||
(define-public browserpass-native
|
(define-public browserpass-native
|
||||||
(package
|
(package
|
||||||
(name "browserpass-native")
|
(name "browserpass-native")
|
||||||
(version "3.0.6")
|
(version "3.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -729,7 +729,7 @@ using password-store through rofi interface:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q3bsla07zjl6i69nj1axbkg2ia89pvh0jg6nlqgbm2kpzzbn0pz"))))
|
"1jkjslbbac49xjyjkc2b07phdm3i64z40kh6h55cl22dxjmpp1nb"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/browserpass/browserpass-native"
|
`(#:import-path "github.com/browserpass/browserpass-native"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue