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

python3Packages.Markups: 3.1.2 -> 3.1.3

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:59 -08:00
parent 3aa03de60b
commit 74e16f491f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "Markups";
version = "3.1.2";
version = "3.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "2954d53656d9ec84f2f6c077e91a1de534e05647f20d327757283bbb5a857770";
sha256 = "ab9747a72c1c6457418eb4276c79871977c13a654618e4f12e2a1f0990fbf2fc";
};
checkInputs = [ markdown docutils pygments pyyaml ];