python3Packages.pyprecice: 3.1.2 -> 3.2.1

https://github.com/precice/python-bindings/blob/v3.2.1/CHANGELOG.md

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

Changed files
+3 -3
pkgs
development
python-modules
pyprecice
+3 -3
pkgs/development/python-modules/pyprecice/default.nix
···
buildPythonPackage rec {
pname = "pyprecice";
-
version = "3.1.2";
+
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "precice";
repo = "python-bindings";
tag = "v${version}";
-
hash = "sha256-/atuMJVgvY4kgvrB+LuQZmJuSK4O8TJdguC7NCiRS2Y=";
+
hash = "sha256-8AM2wbPX54UaMO4MzLOV0TljLTAPOqR9gUbtT2McNjs=";
};
postPatch = ''
···
meta = {
description = "Python language bindings for preCICE";
homepage = "https://github.com/precice/python-bindings";
-
changelog = "https://github.com/precice/python-bindings/blob/v${version}/CHANGELOG.md";
+
changelog = "https://github.com/precice/python-bindings/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ Scriptkiddi ];
};