guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: vim: Update to 9.0.0954.


From: guix-commits
Subject: 04/08: gnu: vim: Update to 9.0.0954.
Date: Sun, 27 Nov 2022 06:05:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ac8de9eb7e0cea7dbcb2a42c632587536ee62fd7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 27 12:47:39 2022 +0200

    gnu: vim: Update to 9.0.0954.
    
    * gnu/packages/vim.scm (vim): Update to 9.0.0954.
---
 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 957f00a92e..9a4a2ce235 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -78,7 +78,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "9.0.0820")
+    (version "9.0.0954")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -87,7 +87,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "00zl1g4m6hcwzdla2m770wcq3p5amh3pr7y88hi852x8dn74gssp"))))
+               "098fiqw6hz0cc5zzy934alqxgwp01180vz3v9wm9i6x6fhdnhxxn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]