mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #84907 from r-ryantm/auto-update/python3.7-breathe
python37Packages.breathe: 4.14.1 -> 4.14.2
This commit is contained in:
commit
67303ddff6
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
{ lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k, isPy27 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "4.14.1";
|
||||
version = "4.14.2";
|
||||
pname = "breathe";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1ia9iq3kk0g8cqcsf03di3cnq295gfixriqfpp9wd38zf2wgq0l1";
|
||||
sha256 = "1vj2yylff07hh4l3sh3srhpnrk1q6pxznvwqzgmbplhn8gf5rimb";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ docutils six sphinx ];
|
||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
doCheck = !isPy3k;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/michaeljones/breathe;
|
||||
homepage = "https://github.com/michaeljones/breathe";
|
||||
license = lib.licenses.bsd3;
|
||||
description = "Sphinx Doxygen renderer";
|
||||
inherit (sphinx.meta) platforms;
|
||||
|
|
Loading…
Reference in a new issue