Skip to content

Commit 528ab1d

Browse files
committed
[GR-67336] Add gensim rule to fetch sources from Github
PullRequest: graalpython/3932
2 parents 70787f4 + 52e33c9 commit 528ab1d

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)