all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50844] [PATCH] Update vim to v8.2.3455
@ 2021-09-27  8:32 Steve George
  2021-09-30  9:19 ` Efraim Flashner
  2021-10-09 11:57 ` [bug#50844] [PATCH] Update vim to v8.2.3487 Steve George
  0 siblings, 2 replies; 7+ messages in thread
From: Steve George @ 2021-09-27  8:32 UTC (permalink / raw)
  To: 50844; +Cc: Steve George

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

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 98e96b331f..4e06b988fb 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -73,7 +73,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.2.2689")
+    (version "8.2.3455")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -82,7 +82,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0l0hkr8cw7fdsfc5zzcxx3q1wmv9k3hrgalvffq0l69lviqdgh0p"))))
+               "128j5zrvx45vr8qsf083idyhzx4c9rir5c5bfay1r0n80wf0f4nw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.17.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-10  6:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27  8:32 [bug#50844] [PATCH] Update vim to v8.2.3455 Steve George
2021-09-30  9:19 ` Efraim Flashner
2021-10-03 15:56   ` Tobias Geerinckx-Rice via Guix-patches via
2021-10-05 11:25     ` Steve George
2021-10-05 12:33       ` Efraim Flashner
2021-10-09 11:57 ` [bug#50844] [PATCH] Update vim to v8.2.3487 Steve George
2021-10-10  6:10   ` bug#50844: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.