diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2021-05-29 03:53:18 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-11 10:45:28 +0000 |
| commit | 128f849f428f786710aded240f28d28e565226d3 (patch) | |
| tree | e961cc0d9a3806881cf32d433478dfe956d5d1d2 | |
| parent | Merge pull request #129842 from NixOS/backport-129839-to-release-21.05 (diff) | |
| download | nixpkgs-origin/backport-124854-to-release-21.05.tar.gz | |
python3Packages.matplotlib: 3.4.1 -> 3.4.2origin/backport-124854-to-release-21.05
(cherry picked from commit 20a4f271bdc820ad66c2848cb1452db9ae5e3f00)
| -rw-r--r-- | pkgs/development/python-modules/matplotlib/default.nix | 4 |
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 12ef896117ab..75f75e981ce0 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.1"; + version = "3.4.2"; pname = "matplotlib"; disabled = !isPy3k; src = fetchPypi { inherit pname version; - sha256 = "84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a948908"; + sha256 = "d8d994cefdff9aaba45166eb3de4f5211adb4accac85cbf97137e98f26ea0219"; }; XDG_RUNTIME_DIR = "/tmp"; |
