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:
commit
326bdf7bcb
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user