about summary refs log tree commit diff
path: root/pkgs/development/python-modules/breathe
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-23 10:44:12 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-23 10:44:12 +0000
commit55504ab42ea8ee498503ec65672ad26926899b91 (patch)
treee547707a4a4905470750eb4f4e6283174e196313 /pkgs/development/python-modules/breathe
parent2ae527c50e049570dd25132f9325527aa2320e32 (diff)
python37Packages.breathe: 4.24.1 -> 4.25.1
Diffstat (limited to 'pkgs/development/python-modules/breathe')
-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 729b9f9f24a58..e283c9ee6bed6 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.24.1";
+  version = "4.25.1";
   pname = "breathe";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d8e47ba4b975f3228a13daf481762f784f87d1e6e87a01619360d59e558d2fc0";
+    sha256 = "bf81658ed31f8f586247d203923479fcde6c3797d376c804bdafa7e56ffd43b5";
   };
 
   propagatedBuildInputs = [ docutils six sphinx ];