python311Packages.splinter: 0.19.0 -> 0.20.1
Diff: https://github.com/cobrateam/splinter/compare/refs/tags/0.19.0...0.20.1
This commit is contained in:
parent
5171694860
commit
04cea0a409
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, isPy27
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, urllib3
|
||||
, selenium
|
||||
, cssselect
|
||||
@ -14,19 +15,23 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "splinter";
|
||||
version = "0.19.0";
|
||||
version = "0.20.1";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cobrateam";
|
||||
repo = "splinter";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-K10zrQOM/khVcf+OT4s5UCY8zE2+nWtaAkRLy9/feU0=";
|
||||
hash = "sha256-6oHcHIkqOr0aFNfCNjZpm4zIYuz2ov9drfCxSdjAg7o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
urllib3
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user