mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python311Packages.faraday-plugins: 1.11.0 -> 1.12.0
Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.12.0
This commit is contained in:
parent
23c6303e99
commit
854214ec56
@ -6,6 +6,7 @@
|
||||
, fetchFromGitHub
|
||||
, html2text
|
||||
, lxml
|
||||
, markdown
|
||||
, pytestCheckHook
|
||||
, python-dateutil
|
||||
, pythonOlder
|
||||
@ -17,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "faraday-plugins";
|
||||
version = "1.11.0";
|
||||
version = "1.12.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -26,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "infobyte";
|
||||
repo = "faraday_plugins";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-rbmD+UeMzsccYq7AzANziUZCgKtShRe/fJersODMrF8=";
|
||||
hash = "sha256-dtSGNLQUG4Co+p/sPBgKxMhB7drZAMxUas+eH6g/cS8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -40,6 +41,7 @@ buildPythonPackage rec {
|
||||
colorama
|
||||
html2text
|
||||
lxml
|
||||
markdown
|
||||
python-dateutil
|
||||
pytz
|
||||
requests
|
||||
|
Loading…
Reference in New Issue
Block a user