mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
python3Packages.Markups: 3.0.0 -> 3.1.1
This commit is contained in:
parent
d78ba1f60f
commit
53045ae6c2
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Markups";
|
pname = "Markups";
|
||||||
version = "3.0.0";
|
version = "3.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39";
|
sha256 = "e309d79dde0935576ce1def6752f2127a12e2c2ea2ae8b0c69f99ff8bc12181d";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ markdown docutils pygments ];
|
checkInputs = [ markdown docutils pygments ];
|
||||||
|
Loading…
Reference in New Issue
Block a user