about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:31:07 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:31:07 +0200
commit1bcc07f8f5155564599b9da61871e37af277fd94 (patch)
tree69cf27ab5e69c0e0ee71e275b8940df1f23c6a67 /pkgs/development/python-modules/matplotlib
parent9c9ddab104434f0f8b11693fbe1b6ebb530c66e2 (diff)
python: matplotlib: 3.3.0 -> 3.3.1
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
-rw-r--r--pkgs/development/python-modules/matplotlib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix
index 774fbc2879379..1922c6a75a8b8 100644
--- a/pkgs/development/python-modules/matplotlib/default.nix
+++ b/pkgs/development/python-modules/matplotlib/default.nix
@@ -20,14 +20,14 @@ assert enableTk -> (tcl != null)
 assert enableQt -> pyqt5 != null;
 
 buildPythonPackage rec {
-  version = "3.3.0";
+  version = "3.3.1";
   pname = "matplotlib";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "24e8db94948019d531ce0bcd637ac24b1c8f6744ac86d2aa0eb6dbaeb1386f82";
+    sha256 = "87f53bcce90772f942c2db56736788b39332d552461a5cb13f05ff45c1680f0e";
   };
 
   XDG_RUNTIME_DIR = "/tmp";