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:
Alex Griffin 2020-09-06 10:07:48 -05:00
parent d7966ff25f
commit 291afa0fc1
No known key found for this signature in database
GPG key ID: 6F5120A022FBB2D5

View file

@ -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"