ocamlPackages.pure-html: 3.11.0 -> 3.11.1

This commit is contained in:
R. Ryantm
2025-07-27 19:17:50 +00:00
parent abfaee3e26
commit 63dcaabc15
@@ -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 ];