me
/
guix
Archived
1
0
Fork 0

gnu: browserpass-native: Update to 3.1.0.

* gnu/packages/password-utils.scm (browserpass-native): Update to 3.1.0.
[inputs]: Add bash-minimal.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Timotej Lazar 2023-04-29 23:28:10 +02:00 committed by Ludovic Courtès
parent 489d14c12e
commit 453d99dc4c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 4 deletions

View File

@ -75,6 +75,7 @@
#:use-module (gnu packages authentication) #:use-module (gnu packages authentication)
#:use-module (gnu packages autotools) #:use-module (gnu packages autotools)
#:use-module (gnu packages base) #:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages check) #:use-module (gnu packages check)
#:use-module (gnu packages compression) #:use-module (gnu packages compression)
#:use-module (gnu packages crypto) #:use-module (gnu packages crypto)
@ -952,7 +953,7 @@ from password-store and gopass files.")
(define-public browserpass-native (define-public browserpass-native
(package (package
(name "browserpass-native") (name "browserpass-native")
(version "3.0.7") (version "3.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -961,8 +962,7 @@ from password-store and gopass files.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1if72k526sqqxnw250qwxvzwvh1w0k8ag4p4xq3442b22hywx72i"))))
"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"
@ -1008,7 +1008,7 @@ from password-store and gopass files.")
(native-inputs (native-inputs
(list which)) (list which))
(inputs (inputs
(list gnupg go-github-com-mattn-go-zglob (list bash-minimal gnupg go-github-com-mattn-go-zglob
go-github-com-rifflock-lfshook go-github-com-sirupsen-logrus go-github-com-rifflock-lfshook go-github-com-sirupsen-logrus
go-golang-org-x-sys)) go-golang-org-x-sys))
(home-page "https://github.com/browserpass/browserpass-native") (home-page "https://github.com/browserpass/browserpass-native")