diff options
author | BonfaceKilz | 2020-12-17 15:02:14 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-12-17 15:02:14 +0300 |
commit | 5faea0c3e10471d142e6509499cff2f2c234aa45 (patch) | |
tree | 170e756067e70fbba0e9cb1b1f679e9a745f1883 /gn/packages | |
parent | 1eb8f35d65afd67cfd8653d06e39c1f4d2ff6588 (diff) | |
download | guix-bioinformatics-5faea0c3e10471d142e6509499cff2f2c234aa45.tar.gz |
gn: python-twint: Patch Token class in order to get refreshTokens
* gn/packages/twint.scm [patches]: Add python-twint-token.patch.
* python-twint-token.patch: New file.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/twint.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/twint.scm b/gn/packages/twint.scm index ae79eac..29ebd9c 100644 --- a/gn/packages/twint.scm +++ b/gn/packages/twint.scm @@ -199,7 +199,8 @@ (base32 "1bixwrwh1v7vpv0y6skgkml8zm82w00qwkvd6q79pkdj3hczha75")) (patches (search-patches "python-twint-userlist.patch" - "python-twint-mentions.patch")))) + "python-twint-mentions.patch" + "python-twint-token.patch")))) (build-system python-build-system) (arguments `(#:tests? #f |