python310Packages.hdfs: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm 2023-10-14 08:06:17 +00:00
parent aef16f9cb4
commit 40986dcb06

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "hdfs";
version = "2.7.2";
version = "2.7.3";
src = fetchFromGitHub {
owner = "mtth";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KXJDQEc4+T9r8sB41SOgcx8Gth3qAOZceoOpsLbJ+ak=";
hash = "sha256-Pm2E8hB0wbu7npi/sLt9D8jQsH69qNOHLji9CYqST/8=";
};
propagatedBuildInputs = [ docopt requests six ];