summary refs log tree commit diff
path: root/pkgs/development/python-modules/breathe
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-24 20:49:48 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-26 09:51:31 +0100
commit04b54453417945bd20a57a28aeaa35d28315b8fe (patch)
tree8b50d13dfccb6a08593706356ec92e2b5c9e9302 /pkgs/development/python-modules/breathe
parent35639a1a80652e1a6291c40c7f3145af6174765c (diff)
downloadnixpkgs-04b54453417945bd20a57a28aeaa35d28315b8fe.tar
nixpkgs-04b54453417945bd20a57a28aeaa35d28315b8fe.tar.gz
nixpkgs-04b54453417945bd20a57a28aeaa35d28315b8fe.tar.bz2
nixpkgs-04b54453417945bd20a57a28aeaa35d28315b8fe.tar.lz
nixpkgs-04b54453417945bd20a57a28aeaa35d28315b8fe.tar.xz
nixpkgs-04b54453417945bd20a57a28aeaa35d28315b8fe.tar.zst
nixpkgs-04b54453417945bd20a57a28aeaa35d28315b8fe.zip
python37Packages.breathe: 4.11.0 -> 4.11.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-breathe/versions
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 7dc9649e628..f7b09b96fb1 100644
--- a/pkgs/development/python-modules/breathe/default.nix
+++ b/pkgs/development/python-modules/breathe/default.nix
@@ -1,12 +1,12 @@
 { lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k }:
 
 buildPythonPackage rec {
-  version = "4.11.0";
+  version = "4.11.1";
   pname = "breathe";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "05x3qrvsriy0cn0p4bxnzhp27pvxbq2vxlxncr2wqh003gpbp4fa";
+    sha256 = "1mps0cfli6iq2gqsv3d24fs1cp7sq7crd9ji6lw63b9r40998ylv";
   };
 
   propagatedBuildInputs = [ docutils six sphinx ];