python: natsort: 5.3.3 -> 5.4.1

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:06 +01:00
parent 0f6ebfb287
commit 31b27444fa

View file

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "natsort"; pname = "natsort";
version = "5.3.3"; version = "5.4.1";
checkInputs = [ checkInputs = [
hypothesis hypothesis
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "da930bfddce941526955dea8d35a44243c96adf919ceb758ba7bbd1ba5b0a39a"; sha256 = "ae73b005135dc152e7b282b2d4cf19380d8cab4c4026461ee9f37bf3aa12e344";
}; };
# testing based on project's tox.ini # testing based on project's tox.ini