about summary refs log tree commit diff
path: root/pkgs/development/python-modules/colorcet
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-06 06:23:37 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-11 10:56:50 -0800
commite7048a6c2b586845f8130b8005b18ccb753310a8 (patch)
treea87f863c5f33a6154c75589c759d08bcfc74b689 /pkgs/development/python-modules/colorcet
parent1e178abc9465d8af896666a9a7e170229dc1a1b2 (diff)
python38Packages.colorcet: 2.0.6 -> 3.0.0
Diffstat (limited to 'pkgs/development/python-modules/colorcet')
-rw-r--r--pkgs/development/python-modules/colorcet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/colorcet/default.nix b/pkgs/development/python-modules/colorcet/default.nix
index 42945e8a152a2..33e7942dfc89b 100644
--- a/pkgs/development/python-modules/colorcet/default.nix
+++ b/pkgs/development/python-modules/colorcet/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "colorcet";
-  version = "2.0.6";
+  version = "3.0.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "efa44b6f4078261e62d0039c76aba17ac8d3ebaf0bc2291a111aee3905313433";
+    sha256 = "21c522346a7aa81a603729f2996c22ac3f7822f4c8c303c59761e27d2dfcf3db";
   };
 
   propagatedBuildInputs = [