diff mbox series

[bug#43370] gnu: packages: terminals: Update go-github-com-junegunn-fzf to version 0.22.0

Message ID 2048419.irdbgypaU6@ixtreme-m5740
State Accepted
Headers show
Series [bug#43370] gnu: packages: terminals: Update go-github-com-junegunn-fzf to version 0.22.0 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

HiPhish Sept. 13, 2020, 10 a.m. UTC
This patch series updates go-github-com-junegunn-fzf to the current version. I 
had to add two more new packages as dependencies first, hence the other two 
patches.

Comments

HiPhish Oct. 3, 2020, 9:04 a.m. UTC | #1
*bump* Is anything blocking this patch? Is there something still need to add?
Efraim Flashner Oct. 4, 2020, 8:05 a.m. UTC | #2
On Sat, Oct 03, 2020 at 11:04:12AM +0200, HiPhish wrote:
> *bump* Is anything blocking this patch? Is there something still need to add?

No, it just got dropped. Sorry about that. Patches pushed!
diff mbox series

Patch

From 1854b639311341da05373a16e192b0ed7ffcbdc0 Mon Sep 17 00:00:00 2001
From: HiPhish <hiphish@posteo.de>
Date: Sun, 13 Sep 2020 11:08:29 +0200
Subject: [PATCH 3/3] * gnu/packages/terminals.scm
 (go-github-com-junegunn-fzf): Update to 0.22.0.

---
 gnu/packages/terminals.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 57c84d7718..e1393a650c 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -731,7 +731,7 @@  programmer to write text-based user interfaces.")
 (define-public go-github-com-junegunn-fzf
   (package
     (name "go-github-com-junegunn-fzf")
-    (version "0.18.0")
+    (version "0.22.0")
     (source
      (origin
        (method git-fetch)
@@ -741,7 +741,7 @@  programmer to write text-based user interfaces.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pwpr4fpw56yzzkcabzzgbgwraaxmp7xzzmap7w1xsrkbj7dl2xl"))))
+         "0n0cy5q2r3dm1a3ivlzrv9c5d11awxlqim5b9x8zc85dlr73n35l"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/junegunn/fzf"))
@@ -750,6 +750,8 @@  programmer to write text-based user interfaces.")
        ("go-github-com-mattn-go-shellwords" ,go-github-com-mattn-go-shellwords)
        ("go-github-com-mattn-go-isatty" ,go-github-com-mattn-go-isatty)
        ("go-github-com-gdamore-tcell" ,go-github-com-gdamore-tcell)
+       ("go-github-com-saracen-walker" ,go-github-com-saracen-walker)
+       ("go-golang.org-x-sync-errgroup" ,go-golang.org-x-sync-errgroup)
        ("go-golang-org-x-crypto" ,go-golang-org-x-crypto)))
     (home-page "https://github.com/junegunn/fzf")
     (synopsis "Command-line fuzzy-finder")
-- 
2.25.1