python3Packages.breathe: fix build after dependency upgrade

More information: https://github.com/breathe-doc/breathe/pull/865
This commit is contained in:
Fabián Heredia Montiel 2023-01-07 16:21:11 -06:00
parent 716cab1403
commit 63e977acd1

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, docutils
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, pythonOlder
, sphinx
@ -21,6 +22,13 @@ buildPythonPackage rec {
hash = "sha256-OOc3XQjqQa0cVpA+/HHco+koL+0whUm5qC7x3xiEdwQ=";
};
patches = [
(fetchpatch {
url = "https://github.com/breathe-doc/breathe/commit/de3504c81c7cefc87c8229743f93232ca00a685d.patch";
hash = "sha256-UGld5j0F/hnTuS7KUFvgQL52xCUdaJ3/NeuEuHhpCxI=";
})
];
propagatedBuildInputs = [
docutils
sphinx