Merge pull request #251931 from r-ryantm/auto-update/python310Packages.mkdocs-minify

python310Packages.mkdocs-minify: 0.6.3 -> 0.7.1
This commit is contained in:
Jacek Galowicz 2023-08-28 14:36:42 +02:00 committed by GitHub
commit 49422faef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "mkdocs-minify";
version = "0.6.3";
version = "0.7.1";
src = fetchFromGitHub {
owner = "byrnereese";
repo = "${pname}-plugin";
rev = "refs/tags/${version}";
hash = "sha256-ajXkEKLBC86Y8YzDCZXd6x6QtLLrCDJkb6kDrRE536o=";
hash = "sha256-LDCAWKVbFsa6Y/tmY2Zne4nOtxe4KvNplZuWxg4e4L8=";
};
propagatedBuildInputs = [