From e5709796787544af9f3c8dcb816fcaf2ea556815 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 20 Nov 2020 02:33:03 +0000 Subject: [PATCH] python37Packages.breathe: 4.23.0 -> 4.24.0 --- pkgs/development/python-modules/breathe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/breathe/default.nix b/pkgs/development/python-modules/breathe/default.nix index 9c8440b9f7f..1ebc230f61c 100644 --- a/pkgs/development/python-modules/breathe/default.nix +++ b/pkgs/development/python-modules/breathe/default.nix @@ -1,13 +1,13 @@ { lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k, isPy27 }: buildPythonPackage rec { - version = "4.23.0"; + version = "4.24.0"; pname = "breathe"; disabled = isPy27; src = fetchPypi { inherit pname version; - sha256 = "c28e251ad8a42e4d3dd6c0861a66128b400131614b36f19df505ea34c934f801"; + sha256 = "cd959f259361473896857d5720386963800f8401d29b696705ebb01711d96e35"; }; propagatedBuildInputs = [ docutils six sphinx ];