mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: passff: Update to 1.16.
* gnu/packages/browser-extensions.scm (passff): Update to 1.16. Change-Id: If1db92641ee0919ff9d6bf02db2efbc2863cf395
This commit is contained in:
parent
acc3781b2f
commit
8f03a51f5c
1 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ (define-public passff-host
|
|||
(define passff
|
||||
(package
|
||||
(name "passff")
|
||||
(version "1.15")
|
||||
(version "1.16")
|
||||
(home-page "https://github.com/passff/passff")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -202,7 +202,7 @@ (define passff
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gymqyqppr8k9fqv5js7f6pk6hcc47qpf51x5cy6aahsk2v1qssj"))))
|
||||
"0y3cbgy89lgvq6lfabp7mi1zhphdvihcccn3yw5mmaql9yrdm5kc"))))
|
||||
(propagated-inputs (list passff-host))
|
||||
(build-system copy-build-system)
|
||||
(properties '((addon-id . "passff@invicem.pro")))
|
||||
|
|
Loading…
Reference in a new issue