Merge pull request #93924 from r-ryantm/auto-update/hy

hy: 0.18.0 -> 0.19.0

Changed files
+2 -2
pkgs
development
interpreters
+2 -2
pkgs/development/interpreters/hy/default.nix
···
python3Packages.buildPythonApplication rec {
pname = "hy";
-
version = "0.18.0";
src = python3Packages.fetchPypi {
inherit pname version;
-
sha256 = "04dfwm336gw61fmgwikvh0cnxk682p19b4w555wl5d7mlym4rwj2";
};
checkInputs = with python3Packages; [ flake8 pytest ];
···
python3Packages.buildPythonApplication rec {
pname = "hy";
+
version = "0.19.0";
src = python3Packages.fetchPypi {
inherit pname version;
+
sha256 = "05k05qmiiysiwdc05sxmanwhv1crfwbb3l8swxfisbzbvmv1snis";
};
checkInputs = with python3Packages; [ flake8 pytest ];