Merge pull request #232796 from r-ryantm/auto-update/python310Packages.pylink-square

python310Packages.pylink-square: 1.0.0 -> 1.1.0
This commit is contained in:
Weijia Wang 2023-05-22 23:37:29 +03:00 committed by GitHub
commit 89ced1a270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pylink-square";
version = "1.0.0";
version = "1.1.0";
format = "setuptools";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "square";
repo = "pylink";
rev = "refs/tags/v${version}";
hash = "sha256-05mg2raHiKg0gHxF/7zFd81C/8OrhStThMwEnpaFGSc=";
hash = "sha256-pICSU33n/oH+LRbWNYOdnTaa5qAGRRXWsO1NjO4ylzw=";
};
propagatedBuildInputs = [ psutil six future ];