gnu: passff-host: Update to 1.2.4.
* gnu/packages/browser-extensions.scm (passff-host): Update to 1.2.4. Change-Id: I66f7d9bc0026723169b4509f1a99188dd3b7fb44master
parent
33b816864d
commit
acc3781b2f
|
@ -156,7 +156,7 @@ ungoogled-chromium.")
|
||||||
(define-public passff-host
|
(define-public passff-host
|
||||||
(package
|
(package
|
||||||
(name "passff-host")
|
(name "passff-host")
|
||||||
(version "1.2.3")
|
(version "1.2.4")
|
||||||
(home-page "https://github.com/passff/passff-host")
|
(home-page "https://github.com/passff/passff-host")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -164,7 +164,7 @@ ungoogled-chromium.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p18l1jh20x4v8dj64z9qjlp96fxsl5h069iynxfpbkzj6hd74yl"))))
|
"1lcwa1qzfxlifmj33qndp1wgi6yx6vj21ir0az79vhm5k03p961z"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(let ((native-manifests "lib/icecat/native-messaging-hosts"))
|
(let ((native-manifests "lib/icecat/native-messaging-hosts"))
|
||||||
|
|
Reference in New Issue