3
0
Fork 0
forked from mirrors/nixpkgs

python39Packages.sphinxcontrib-actdiag: 2.0.0 -> 3.0.0

This commit is contained in:
R. Ryantm 2021-12-07 05:28:50 +00:00 committed by Jonathan Ringer
parent a2bb17c16b
commit fb3524bb15

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "sphinxcontrib-actdiag";
version = "2.0.0";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-TtuFZOLkig4MULLndDQlrTTx8RiGw34MsjmXoPladMY=";
hash = "sha256-PFXUVP/Due/nwg8q2vAiGZuCVhLTLyAL6KSXqofg+B8=";
};
propagatedBuildInputs = [ sphinx actdiag blockdiag ];