python3Packages.mkdocs-minify: 0.5.0 -> 0.6.2

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:25 +01:00
parent 7504ff4f4e
commit 60a8a9c7be

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "mkdocs-minify";
version = "0.5.0";
version = "0.6.2";
src = fetchFromGitHub {
owner = "byrnereese";
repo = "${pname}-plugin";
rev = version;
sha256 = "sha256-7v4uX711KAKuXFeVdLuIdGQi2i+dL4WX7+Zd4H1L3lM=";
rev = "refs/tags/${version}";
sha256 = "sha256-ABoLt5sFpt8Hm07tkqeAcs63ZvJ4vTbGw4QRYVYpMEA=";
};
propagatedBuildInputs = [