Merge pull request #229353 from fabaff/intake-bump

python310Packages.intake: 0.6.6 -> 0.6.8
This commit is contained in:
Fabian Affolter 2023-05-02 07:40:18 +02:00 committed by GitHub
commit 8fe7fc265f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "intake";
version = "0.6.6";
version = "0.6.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/VQKLmEpIOULTPpJKuVLyqqQVLKVhwVBoos9Q/upwQM=";
hash = "sha256-7A9wuuOQyGhdGj6T5VY+NrZjEOf/y8dCzSkHuPhNsKI=";
};
propagatedBuildInputs = [
@ -52,7 +52,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
intake-parquet
pytestCheckHook
] ++ passthru.optional-dependencies.server;
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
passthru.optional-dependencies = {
server = [