ocamlPackages.pure-html: 3.10.1 -> 3.11.0 (#420673)

This commit is contained in:
Wolfgang Walther
2025-07-11 20:20:21 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildDunePackage rec {
pname = "pure-html";
version = "3.10.1";
version = "3.11.0";
src = fetchFromGitHub {
owner = "yawaramin";
repo = "dream-html";
tag = "v${version}";
hash = "sha256-LywQG5AaQrrq8lW+aN1doB1MKPSMciZISOeo583Kr9k=";
hash = "sha256-YBzL9B1mDbomGr1kT6RW+wg4y0JH6IiIlJYVMRptFFg=";
};
propagatedBuildInputs = [ uri ];