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
commit 326bdf7bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];