lol

Merge pull request #188481 from r-ryantm/auto-update/python310Packages.hvplot

python310Packages.hvplot: 0.8.0 -> 0.8.1

authored by

Fabian Affolter and committed by
GitHub
d30ee009 f73bb818

+2 -2
+2 -2
pkgs/development/python-modules/hvplot/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "hvplot"; 13 - version = "0.8.0"; 13 + version = "0.8.1"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.6"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-hjDbo0lpsQXiZ8vhQjfi1W2ZacgBmArl5RkLwYsnktY="; 20 + sha256 = "sha256-U93+BnQ8TVkk+x5ZdlW/oU6A/q9XpDi/0oRC02rHwrY="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [