Merge pull request #182492 from r-ryantm/auto-update/python3.10-pylink-square

python310Packages.pylink-square: 0.13.0 -> 0.14.1
This commit is contained in:
Fabian Affolter
2022-07-23 15:56:36 +02:00
committed by GitHub
@@ -11,15 +11,15 @@
buildPythonPackage rec {
pname = "pylink-square";
version = "0.13.0";
version = "0.14.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "square";
repo = "pylink";
rev = "v${version}";
hash = "sha256-SH2oxOlsX5dE8wMXpWPA/rEVrJwxJzizsOiYbwaGjLw=";
rev = "refs/tags/v${version}";
hash = "sha256-eCVNDPXtZAuzGb4ZOnjEmE1pKPOl52xRfZy+ppfxS3g=";
};
propagatedBuildInputs = [ psutil six future ];