sourcehut.srht: misaka -> mistletoe

Upstream uses mistletoe now [1]

[1] 773c3e94eb
This commit is contained in:
Edmund Wu 2020-09-05 19:27:47 -04:00 committed by Jon
parent 0f5c7d2bfb
commit 84066b0a4f

View file

@ -1,7 +1,7 @@
{ stdenv, fetchgit, fetchNodeModules, buildPythonPackage
, pgpy, flask, bleach, misaka, humanize, html5lib, markdown, psycopg2, pygments
, pgpy, flask, bleach, humanize, html5lib, markdown, psycopg2, pygments
, requests, sqlalchemy, cryptography, beautifulsoup4, sqlalchemy-utils, prometheus_client
, celery, alembic, importlib-metadata
, celery, alembic, importlib-metadata, mistletoe
, sassc, nodejs
, writeText }:
@ -34,13 +34,13 @@ buildPythonPackage rec {
pgpy
flask
bleach
misaka
humanize
html5lib
markdown
psycopg2
pygments
requests
mistletoe
sqlalchemy
cryptography
beautifulsoup4