lol

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

hy: 0.18.0 -> 0.19.0

authored by

Ryan Mulligan and committed by
GitHub
e12aa01b 970b2b85

+2 -2
+2 -2
pkgs/development/interpreters/hy/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "hy"; 5 - version = "0.18.0"; 5 + version = "0.19.0"; 6 6 7 7 src = python3Packages.fetchPypi { 8 8 inherit pname version; 9 - sha256 = "04dfwm336gw61fmgwikvh0cnxk682p19b4w555wl5d7mlym4rwj2"; 9 + sha256 = "05k05qmiiysiwdc05sxmanwhv1crfwbb3l8swxfisbzbvmv1snis"; 10 10 }; 11 11 12 12 checkInputs = with python3Packages; [ flake8 pytest ];