about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorSamuel Ainsworth <skainsworth@gmail.com>2021-08-21 12:30:13 -0700
committerGitHub <noreply@github.com>2021-08-21 15:30:13 -0400
commitd95c1e9516c4761524227636cca98aa0af736c68 (patch)
treeae4469bf7425a9b69cafd97caf797a9de0fe76a6 /pkgs/development/python-modules/matplotlib
parent7b54aee7d5f4144c315097be26da0877d01c1dce (diff)
python3Packages.matplotlib: 3.4.2 -> 3.4.3 (#134906)
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 beddaf6810ddd..0e874d25f679e 100644
--- a/pkgs/development/python-modules/matplotlib/default.nix
+++ b/pkgs/development/python-modules/matplotlib/default.nix
@@ -17,14 +17,14 @@ let
 in
 
 buildPythonPackage rec {
-  version = "3.4.2";
+  version = "3.4.3";
   pname = "matplotlib";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d8d994cefdff9aaba45166eb3de4f5211adb4accac85cbf97137e98f26ea0219";
+    sha256 = "06032j0ccjxldx4z9kf97qps2g36mfgvy1nap3b9n75kzmnm4kzw";
   };
 
   XDG_RUNTIME_DIR = "/tmp";