python.pkgs.CommonMark: correct pname

This commit is contained in:
Robert Schütz 2018-12-10 18:05:42 +01:00
parent 828547556e
commit 0023e1d0de

View File

@ -1,7 +1,7 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k, glibcLocales, future }:
buildPythonPackage rec {
pname = "CommonMark";
pname = "commonmark";
version = "0.8.1";
src = fetchPypi {