From 5faea0c3e10471d142e6509499cff2f2c234aa45 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 17 Dec 2020 15:02:14 +0300 Subject: 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. --- gn/packages/twint.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn/packages') 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 -- cgit v1.2.3