mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python: cssselect: 1.0.3 -> 1.1.0
This commit is contained in:
parent
704423f8db
commit
c7b5d160cf
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cssselect";
|
pname = "cssselect";
|
||||||
version = "1.0.3";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "066d8bc5229af09617e24b3ca4d52f1f9092d9e061931f4184cd572885c23204";
|
sha256 = "f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# AttributeError: 'module' object has no attribute 'tests'
|
# AttributeError: 'module' object has no attribute 'tests'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue