mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python.pkgs.CommonMark: correct pname
This commit is contained in:
parent
828547556e
commit
0023e1d0de
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, isPy3k, glibcLocales, future }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "CommonMark";
|
||||
pname = "commonmark";
|
||||
version = "0.8.1";
|
||||
|
||||
src = fetchPypi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue