python3Packages.contourpy: 1.3.2 -> 1.3.3

https://github.com/contourpy/contourpy/releases/tag/v1.3.3

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
contourpy
+3 -3
pkgs/development/python-modules/contourpy/default.nix
···
let
contourpy = buildPythonPackage rec {
pname = "contourpy";
-
version = "1.3.2";
+
version = "1.3.3";
format = "pyproject";
disabled = pythonOlder "3.8";
···
owner = "contourpy";
repo = "contourpy";
tag = "v${version}";
-
hash = "sha256-mtD54KfCm1vNBjcGuAKqRpKF+FLy3WmTYo7FLoE01QY=";
+
hash = "sha256-/tE+F1wH7YkqfgenXwtcfkjxUR5FwfgoS4NYC6n+/2M=";
};
# prevent unnecessary references to the build python when cross compiling
···
'';
meta = with lib; {
-
changelog = "https://github.com/contourpy/contourpy/releases/tag/v${version}";
+
changelog = "https://github.com/contourpy/contourpy/releases/tag/${src.tag}";
description = "Python library for calculating contours in 2D quadrilateral grids";
homepage = "https://github.com/contourpy/contourpy";
license = licenses.bsd3;