summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-21 09:17:21 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-22 07:47:55 -0800
commit7981dff25540ca66a80f42fd3617b60669dda78d (patch)
tree2d5312a43e358dddc3bda92cc2fa39903868a8bb /pkgs
parent2fa6fdea12c04800c0894f71e913104148511e03 (diff)
python37Packages.breathe: 4.26.0 -> 4.26.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/breathe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/breathe/default.nix b/pkgs/development/python-modules/breathe/default.nix
index e765ba316db0..29de26ac495e 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.26.0";
+ version = "4.26.1";
pname = "breathe";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
- sha256 = "72543e3ef896b402eec4067c8be2f384570a27421b803ea6980455d7a9859cb1";
+ sha256 = "f59ecadebbb76e3b4710e8c9d2f8f98d51e54701930a38ddf732930653dcf6b5";
};
propagatedBuildInputs = [ docutils six sphinx ];