python37Packages.aniso8601: 4.0.1 -> 4.1.0

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.7-aniso8601/versions
This commit is contained in:
R. RyanTM 2019-01-16 19:12:53 -08:00
parent 36c904d637
commit e78eae37cb

View file

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