about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-02-20 10:09:11 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-02-26 11:01:49 +0100
commitdbcad7f7bba9585dfc14b019ddad676c410949a9 (patch)
tree129ab30d18dedde6ed799ce5ede0c2db65e1e59b /pkgs/development/python-modules/matplotlib
parent85a5b5cd4dc1c899979439cc8ee1767faa78c88f (diff)
python3Packages.matplotlib: 3.3.3 -> 3.3.4
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 bf21422b77211..4be4189f8c7ad 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.3";
+  version = "3.3.4";
   pname = "matplotlib";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b1b60c6476c4cfe9e5cf8ab0d3127476fd3d5f05de0f343a452badaad0e4bdec";
+    sha256 = "3e477db76c22929e4c6876c44f88d790aacdf3c3f8f3a90cb1975c0bf37825b0";
   };
 
   XDG_RUNTIME_DIR = "/tmp";