~ruther/guix-local

8eb287008d69bc5a0487d80c9ea10a2cce532fe5 — Jake Coble 5 months ago ad9d43b
gnu: passff-host: Update to 1.2.5.

* gnu/packages/browser-extensions.scm (passff-host): Update to 1.2.5.
[home-page]: Use the upstream repository instead of the GitHub mirror.

Change-Id: Idc5ea75b72f7ac8bdaded7a8b3c3e1f8859fd74a
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/browser-extensions.scm
M gnu/packages/browser-extensions.scm => gnu/packages/browser-extensions.scm +3 -3
@@ 193,15 193,15 @@ ungoogled-chromium.")
(define-public passff-host
  (package
    (name "passff-host")
    (version "1.2.4")
    (home-page "https://github.com/passff/passff-host")
    (version "1.2.5")
    (home-page "https://codeberg.org/PassFF/passff-host")
    (source (origin
              (method git-fetch)
              (uri (git-reference (url home-page) (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1lcwa1qzfxlifmj33qndp1wgi6yx6vj21ir0az79vhm5k03p961z"))))
                "01kw5w6ihm4d6l5va7c0mb7539rnmqfn16c9w543xf5s0n5f2i7h"))))
    (build-system copy-build-system)
    (arguments
     (let ((native-manifests "lib/icecat/native-messaging-hosts"))