gnu: passff-host: Update to 1.2.4.
* gnu/packages/browser-extensions.scm (passff-host): Update to 1.2.4. Change-Id: I66f7d9bc0026723169b4509f1a99188dd3b7fb44
This commit is contained in:
parent
33b816864d
commit
acc3781b2f
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ (define-public ublock-origin/icecat
|
|||
(define-public passff-host
|
||||
(package
|
||||
(name "passff-host")
|
||||
(version "1.2.3")
|
||||
(version "1.2.4")
|
||||
(home-page "https://github.com/passff/passff-host")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -164,7 +164,7 @@ (define-public passff-host
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p18l1jh20x4v8dj64z9qjlp96fxsl5h069iynxfpbkzj6hd74yl"))))
|
||||
"1lcwa1qzfxlifmj33qndp1wgi6yx6vj21ir0az79vhm5k03p961z"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(let ((native-manifests "lib/icecat/native-messaging-hosts"))
|
||||
|
|
Loading…
Reference in a new issue