pymdown-extensions: 9.9 -> 9.9.2

This commit is contained in:
Jacek Galowicz 2023-02-22 08:17:14 +01:00 committed by Martin Weinelt
parent 0d6e54e629
commit 799bc1a7fa

View File

@ -38,14 +38,14 @@ let
in
buildPythonPackage rec {
pname = "pymdown-extensions";
version = "9.9";
version = "9.9.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "facelessuser";
repo = "pymdown-extensions";
rev = "refs/tags/${version}";
sha256 = "sha256-JZtze6KjiBJGEQzA8lsTShhZu96wxAr4KeKzCe0A18Q=";
sha256 = "sha256-ld3NuBTjDJUN4ZK+eTwmmfzcB8XCtg8xaLMECo95+Cg=";
};
nativeBuildInputs = [ hatchling ];