python3Packages.trackpy: 0.6.4 -> 0.7

https://github.com/soft-matter/trackpy/releases/tag/v0.7

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

Changed files
+3 -3
pkgs
development
python-modules
trackpy
+3 -3
pkgs/development/python-modules/trackpy/default.nix
···
buildPythonPackage rec {
pname = "trackpy";
-
version = "0.6.4";
+
version = "0.7";
format = "setuptools";
disabled = pythonOlder "3.8";
···
owner = "soft-matter";
repo = "trackpy";
tag = "v${version}";
-
hash = "sha256-6i1IfdxgV6bpf//mXATpnsQ0zN26S8rlL0/1ql68sd8=";
+
hash = "sha256-3e+gHdn/4n8T78eA3Gjz1TdSI4Hd935U2pqd8wG+U0M=";
};
propagatedBuildInputs = [
···
meta = with lib; {
description = "Particle-tracking toolkit";
homepage = "https://github.com/soft-matter/trackpy";
-
changelog = "https://github.com/soft-matter/trackpy/releases/tag/v${version}";
+
changelog = "https://github.com/soft-matter/trackpy/releases/tag/${src.tag}";
license = licenses.bsd3;
maintainers = [ ];
broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);