mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python: intake: 0.5.5 -> 0.6.0
This commit is contained in:
parent
b099158597
commit
1d4ad4baf6
@ -23,13 +23,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "intake";
|
||||
version = "0.5.5";
|
||||
version = "0.6.0";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0ypgf0046hln27gjcy7gjh4diblgmivkf7kxbcy1mjvwka55bdmw";
|
||||
sha256 = "0c284abeb74927a7366dcab6cefc010c4d050365b8af61c37326a2473a490a4e";
|
||||
};
|
||||
|
||||
checkInputs = [ pyarrow pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user