Merge pull request #296409 from r-ryantm/auto-update/python312Packages.types-markdown
python312Packages.types-markdown: 3.5.0.20240311 -> 3.6.0.20240316
This commit is contained in:
commit
1beb708fce
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-markdown";
|
||||
version = "3.5.0.20240311";
|
||||
version = "3.6.0.20240316";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types-Markdown";
|
||||
inherit version;
|
||||
hash = "sha256-TFjvM+4ngYPFQKWOWZy+lwkPZVMCtu9loQhMSzLXSKQ=";
|
||||
hash = "sha256-3p+4SGC1W2R7FwyldolfzKYbk0puzcZcMZMsZ5W0QLg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue