Merge pull request #261013 from r-ryantm/auto-update/python310Packages.hdfs

python310Packages.hdfs: 2.7.2 -> 2.7.3
This commit is contained in:
Nick Cao 2023-10-14 10:18:43 -04:00 committed by GitHub
commit 13612ff524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];