about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorMauricio Collares <244239+collares@users.noreply.github.com>2021-12-20 14:17:20 -0300
committerGitHub <noreply@github.com>2021-12-20 12:17:20 -0500
commitb28ccde5bede589761951f2253d4c621e8b7b148 (patch)
tree760001eae77ac0bae7e3d2326030194299aff1fd /pkgs/development/python-modules/matplotlib
parentac40a963c97bd38b9baeb82f0fe074c84cbe9e1e (diff)
python3Packages.matplotlib: 3.5.0 -> 3.5.1 (#151423)
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 9f47eab639bbf..cc118d9f0ab08 100644
--- a/pkgs/development/python-modules/matplotlib/default.nix
+++ b/pkgs/development/python-modules/matplotlib/default.nix
@@ -17,7 +17,7 @@ let
 in
 
 buildPythonPackage rec {
-  version = "3.5.0";
+  version = "3.5.1";
   pname = "matplotlib";
   format = "setuptools";
 
@@ -25,7 +25,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "38892a254420d95594285077276162a5e9e9c30b6da08bdc2a4d53331ad9a6fa";
+    sha256 = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c";
   };
 
   XDG_RUNTIME_DIR = "/tmp";