python310Packages.scp: 0.14.3 -> 0.14.4

This commit is contained in:
R. Ryantm 2022-02-24 18:26:46 +00:00 committed by Jonathan Ringer
parent 5ab6be3a19
commit 3b45a6bf1f

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "scp";
version = "0.14.3";
version = "0.14.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LQNJpUAIHdJGyBQeRWmfP4Y/LVOswISr0H0+OHox5cc=";
sha256 = "sha256-VGmbkstorjS1koxIqIjquXIqISUCy6iap5W9Vll1Bb0=";
};
propagatedBuildInputs = [