3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #50648 from r-ryantm/auto-update/python3.6-breathe

python36Packages.breathe: 4.10.0 -> 4.11.0
This commit is contained in:
Renaud 2018-11-19 23:50:16 +01:00 committed by GitHub
commit c2f9aef286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k }:
buildPythonPackage rec {
version = "4.10.0";
version = "4.11.0";
pname = "breathe";
src = fetchPypi {
inherit pname version;
sha256 = "e94370b8b607a32d9611ed8246e635f02c21dc6847f04e888a00f66a12694eff";
sha256 = "05x3qrvsriy0cn0p4bxnzhp27pvxbq2vxlxncr2wqh003gpbp4fa";
};
propagatedBuildInputs = [ docutils six sphinx ];