Skip to content

Commit 52e33c9

Browse files
committed
Add gensim rule to fetch sources from github
1 parent 9b1f66b commit 52e33c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,3 +1007,10 @@ license = 'MIT'
10071007
[[zstandard.rules]]
10081008
patch = 'zstandard.patch'
10091009
license = 'BSD-3-Clause'
1010+
1011+
[[gensim.add-sources]]
1012+
version = '4.3.3'
1013+
url = 'https://github.com/piskvorky/gensim/archive/refs/tags/4.3.3.tar.gz'
1014+
1015+
[[gensim.rules]]
1016+
version = '== 4.3.3'

0 commit comments

Comments
 (0)