Skip to content

Commit

Permalink
feat: upgrade vim from 9.0 to 9.1 (Python 3.13 compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Nov 19, 2024
1 parent 222edaa commit 9b71ba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Name | Version | Layer |
| --- | --- | --- |
| [vim](https://www.vim.org) | 9.0.2116 | python3_vim |
| [vim](https://www.vim.org) | 9.1.0873 | python3_vim |

*(1 component)*
4 changes: 2 additions & 2 deletions layers/layer5_python3_vim/0050_vim/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ include ../../../adm/root.mk
include $(MFEXT_HOME)/share/package.mk

export NAME=vim
export VERSION=9.0.2116
export VERSION=9.1.0873
export EXTENSION=tar.gz
export CHECKTYPE=MD5
export CHECKSUM=2a209e401259e50568f77d5bd9fdc94d
export CHECKSUM=c76204f9c3eae0a2917e1ce80d5a53da
DESCRIPTION=\
Vim is a highly configurable text editor for efficiently creating and changing any kind of text.
WEBSITE=https://www.vim.org
Expand Down
2 changes: 1 addition & 1 deletion layers/layer5_python3_vim/0050_vim/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/vim/vim/archive/refs/tags/v9.0.2116.tar.gz
https://github.com/vim/vim/archive/refs/tags/v9.1.0873.tar.gz

0 comments on commit 9b71ba3

Please sign in to comment.