python310Packages.pylink-square: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm 2022-09-09 15:07:06 +00:00 committed by Jonathan Ringer
parent d26e461213
commit bf3dc2dad0

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pylink-square";
version = "0.14.1";
version = "0.14.2";
format = "setuptools";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "square";
repo = "pylink";
rev = "refs/tags/v${version}";
hash = "sha256-eCVNDPXtZAuzGb4ZOnjEmE1pKPOl52xRfZy+ppfxS3g=";
hash = "sha256-4jmFU8jlrEAYTAQH+uQCWrzqwKX4onb7Xk4iTYzx9dI=";
};
propagatedBuildInputs = [ psutil six future ];