about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aniso8601
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-01-07 09:00:06 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-01-07 09:00:06 +0100
commit497cde8fd7a60e44454b80b7d23c9b05bf6dfc1c (patch)
tree15765c2c14fe1a287fde7fa46577fbf6f3f3b999 /pkgs/development/python-modules/aniso8601
parentcde9585b97dcc57cef6a6ce19534f1f16226ffe8 (diff)
python: aniso8601: 1.3.0 -> 2.0.0
Diffstat (limited to 'pkgs/development/python-modules/aniso8601')
-rw-r--r--pkgs/development/python-modules/aniso8601/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aniso8601/default.nix b/pkgs/development/python-modules/aniso8601/default.nix
index 6e61e84a5d53b..ba60922856ef5 100644
--- a/pkgs/development/python-modules/aniso8601/default.nix
+++ b/pkgs/development/python-modules/aniso8601/default.nix
@@ -3,7 +3,7 @@
 
 buildPythonPackage rec {
   pname = "aniso8601";
-  version = "1.3.0";
+  version = "2.0.0";
   name = "${pname}-${version}";
 
   meta = with stdenv.lib; {
@@ -16,6 +16,6 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c3b5246f5601b6ae5671911bc4ee5b3e3fe94752e8afab5ce074d8b1232952f1";
+    sha256 = "085786415d3550e89785ffbedaa9bb37d41de0707a1268bdbba11249064b71d1";
   };
 }