0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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 {