forked from mirrors/nixpkgs
python: aniso8601: 2.0.1 -> 3.0.0
This commit is contained in:
parent
9113864664
commit
490ef98daa
|
@ -3,7 +3,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aniso8601";
|
||||
version = "2.0.1";
|
||||
version = "3.0.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
@ -16,6 +16,6 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b7215a41e5194a829dc87d1ea5039315be85a6158ba15c8157a284c29fa6808b";
|
||||
sha256 = "7cf068e7aec00edeb21879c2bbda048656c34d281e133a77425be03b352122d8";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue