Loading pkgs/development/python-modules/intake/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ buildPythonPackage rec { pname = "intake"; version = "2.0.8"; version = "2.0.9"; pyproject = true; src = fetchFromGitHub { owner = "intake"; repo = "intake"; tag = version; hash = "sha256-Mjf4CKLFrIti9pFP6HTt1D/iYw0WMowLIfMdfM7Db+E="; hash = "sha256-DiALGrJP4vLWygzZprjYCFM+TYtMS7NVM3+MTyjzcs0="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/intake/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ buildPythonPackage rec { pname = "intake"; version = "2.0.8"; version = "2.0.9"; pyproject = true; src = fetchFromGitHub { owner = "intake"; repo = "intake"; tag = version; hash = "sha256-Mjf4CKLFrIti9pFP6HTt1D/iYw0WMowLIfMdfM7Db+E="; hash = "sha256-DiALGrJP4vLWygzZprjYCFM+TYtMS7NVM3+MTyjzcs0="; }; nativeBuildInputs = [ Loading