python3Packages.natsort: 6.2.0 -> 6.2.1
This commit is contained in:
parent
fdfd5af491
commit
672e172e8d
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "natsort";
|
pname = "natsort";
|
||||||
version = "6.2.0";
|
version = "6.2.1";
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest
|
pytest
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "58c6fb2f355117e88a19808394ec1ed30a2ff881bdd2c81c436952caebd30668";
|
sha256 = "c5944ffd2343141fa5679b17991c398e15105f3b35bb11beefe66c67e08289d5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# testing based on project's tox.ini
|
# testing based on project's tox.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user