python3Packages.apptools: 5.3.0 -> 5.3.1

R. Ryantm e2c85984 583eef75

Changed files
+3 -3
pkgs
development
python-modules
apptools
+3 -3
pkgs/development/python-modules/apptools/default.nix
···
buildPythonPackage rec {
pname = "apptools";
-
version = "5.3.0";
+
version = "5.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "enthought";
repo = "apptools";
tag = version;
-
hash = "sha256-qNtDHmvl5HbtdbjnugVM7CKVCW+ysAwRB9e2Ounh808=";
+
hash = "sha256-46QiVLWdlM89GMCIqVNuNGJjT2nwWJ1c6DyyvEPcceQ=";
};
build-system = [ setuptools ];
···
meta = with lib; {
description = "Set of packages that Enthought has found useful in creating a number of applications";
homepage = "https://github.com/enthought/apptools";
-
changelog = "https://github.com/enthought/apptools/releases/tag/${version}";
+
changelog = "https://github.com/enthought/apptools/releases/tag/${src.tag}";
license = licenses.bsdOriginal;
maintainers = with maintainers; [ ];
};