python3Packages.natsort: 7.1.0 -> 7.1.1
This commit is contained in:
parent
cfcd5e0ebc
commit
321d58e275
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "natsort";
|
pname = "natsort";
|
||||||
version = "7.1.0";
|
version = "7.1.1";
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest
|
pytest
|
||||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "33f3f1003e2af4b4df20908fe62aa029999d136b966463746942efbfc821add3";
|
sha256 = "00c603a42365830c4722a2eb7663a25919551217ec09a243d3399fa8dd4ac403";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Does not support Python 2
|
# Does not support Python 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user