diff options
author | Liliana Marie Prikler <[email protected]> | 2024-02-13 16:11:14 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-02-13 16:11:14 +0100 |
commit | 622df12ef389c9e91f68ae10c54c043f34828c83 (patch) | |
tree | 888542636c0717727d52a4cd56d42338601e661a /gnu/packages/vim.scm | |
parent | 952c691b51f8f5d56df69686c2785414709c7949 (diff) | |
parent | 8a0910e042ad1670435613e06458a6fb2c4131c4 (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 55c896f373..f09c12db32 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2022, 2023 Luis Henrique Gomes Higino <[email protected]> ;;; Copyright © 2023 Charles Jackson <[email protected]> ;;; Copyright © 2023 Foundation Devices, Inc. <[email protected]> -;;; Copyright © 2023 Nguyễn Gia Phong <[email protected]> +;;; Copyright © 2023, 2024 Nguyễn Gia Phong <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -86,7 +86,7 @@ (define-public vim (package (name "vim") - (version "9.0.2001") + (version "9.1.0059") (source (origin (method git-fetch) (uri (git-reference @@ -95,7 +95,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1y0xfvndnyfv677gn4mkq0jf5k15mm1dngl96l9j90sp4lbqrszx")))) + "146zhwhagdsbsh3h7f8h7izbzrwh3hgry4cx2lalq9s275qy3hzb")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |