python310Packages.hdfs: 2.7.2 -> 2.7.3
This commit is contained in:
parent
aef16f9cb4
commit
40986dcb06
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hdfs";
|
pname = "hdfs";
|
||||||
version = "2.7.2";
|
version = "2.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mtth";
|
owner = "mtth";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-KXJDQEc4+T9r8sB41SOgcx8Gth3qAOZceoOpsLbJ+ak=";
|
hash = "sha256-Pm2E8hB0wbu7npi/sLt9D8jQsH69qNOHLji9CYqST/8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ docopt requests six ];
|
propagatedBuildInputs = [ docopt requests six ];
|
||||||
|
|
Loading…
Reference in a new issue