ocamlPackages.pure-html: 3.11.0 -> 3.11.1 (#428913)

This commit is contained in:
Weijia Wang
2025-08-03 11:27:44 -06:00
committed by GitHub
@@ -7,13 +7,13 @@
buildDunePackage rec {
pname = "pure-html";
version = "3.11.0";
version = "3.11.1";
src = fetchFromGitHub {
owner = "yawaramin";
repo = "dream-html";
tag = "v${version}";
hash = "sha256-YBzL9B1mDbomGr1kT6RW+wg4y0JH6IiIlJYVMRptFFg=";
hash = "sha256-L/q3nxUONPdZtzmfCfP8nnNCwQNSpeYI0hqowioGYNg=";
};
propagatedBuildInputs = [ uri ];