python36Packages.aniso8601: 3.0.2 -> 4.0.1 (#49181)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-aniso8601/versions
This commit is contained in:
R. RyanTM 2018-10-27 05:33:42 -07:00 committed by Robert Schütz
parent c8f1b83307
commit ad24d00e5f

View file

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "aniso8601";
version = "3.0.2";
version = "4.0.1";
meta = with stdenv.lib; {
description = "Parses ISO 8601 strings.";
@ -15,6 +15,6 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "7849749cf00ae0680ad2bdfe4419c7a662bef19c03691a19e008c8b9a5267802";
sha256 = "15cwnadw2xdczdi13k9grrgqq67hxgys4l155dqsl2zh3glhsmp7";
};
}