Skip to content

Commit

Permalink
python37Packages.aniso8601: 8.0.0 -> 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 9, 2020
1 parent 337c3d7 commit 33e2311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aniso8601/default.nix
Expand Up @@ -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.";
Expand All @@ -17,6 +17,6 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "529dcb1f5f26ee0df6c0a1ee84b7b27197c3c50fc3a6321d66c544689237d072";
sha256 = "246bf8d3611527030889e6df970878969d3a2f760ba3eb694fa1fb10e6ce53f9";
};
}

0 comments on commit 33e2311

Please sign in to comment.