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

python310Packages.pylink-square: 1.1.0 -> 1.2.0
This commit is contained in:
Nick Cao 2023-08-07 19:04:53 -06:00 committed by GitHub
commit a6e9160e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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