python3Packages.pythonqwt: 0.14.2 -> 0.14.3
https://github.com/PlotPyStack/PythonQwt/blob/v0.14.3/CHANGELOG.md
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pythonqwt";
|
||||
version = "0.14.2";
|
||||
version = "0.14.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PlotPyStack";
|
||||
repo = "PythonQwt";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-8bhcfm4sPA32IpEcS4Z12nfNgfmWJUDxDjX1TULWwCU=";
|
||||
hash = "sha256-fWhu8HrPFpnoOg1u9qPViqynNnVbFGlm4rXFBlDHgro=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)";
|
||||
homepage = "https://github.com/PlotPyStack/PythonQwt";
|
||||
changelog = "https://github.com/PlotPyStack/PythonQwt/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/PlotPyStack/PythonQwt/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
maintainers = with lib.maintainers; [ doronbehar ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user