python37Packages.aniso8601: 8.0.0 -> 8.1.0

wip/yesman
R. RyanTM 4 years ago committed by Jonathan Ringer
parent 337c3d77ca
commit 33e23118f3
  1. 4
      pkgs/development/python-modules/aniso8601/default.nix

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "aniso8601";
version = "8.0.0";
version = "8.1.0";
meta = with stdenv.lib; {
description = "Parses ISO 8601 strings.";
@ -17,6 +17,6 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "529dcb1f5f26ee0df6c0a1ee84b7b27197c3c50fc3a6321d66c544689237d072";
sha256 = "246bf8d3611527030889e6df970878969d3a2f760ba3eb694fa1fb10e6ce53f9";
};
}

Loading…
Cancel
Save