summary refs log tree commit diff
path: root/pkgs/development/python-modules/breathe
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2016-09-10 14:03:58 -0400
committerChris Martin <ch.martin@gmail.com>2016-09-10 14:03:58 -0400
commit5ee369902fd44c1f3f223f98b693a307ec4604f0 (patch)
tree87f3cac139b40cf19cca414d96eb23e235000465 /pkgs/development/python-modules/breathe
parentc9d609d0e2dd8fd6293120b3200287af1c2e690a (diff)
downloadnixpkgs-5ee369902fd44c1f3f223f98b693a307ec4604f0.tar
nixpkgs-5ee369902fd44c1f3f223f98b693a307ec4604f0.tar.gz
nixpkgs-5ee369902fd44c1f3f223f98b693a307ec4604f0.tar.bz2
nixpkgs-5ee369902fd44c1f3f223f98b693a307ec4604f0.tar.lz
nixpkgs-5ee369902fd44c1f3f223f98b693a307ec4604f0.tar.xz
nixpkgs-5ee369902fd44c1f3f223f98b693a307ec4604f0.tar.zst
nixpkgs-5ee369902fd44c1f3f223f98b693a307ec4604f0.zip
pythonPackages.breathe: md5->sha256
Diffstat (limited to 'pkgs/development/python-modules/breathe')
-rw-r--r--pkgs/development/python-modules/breathe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/breathe/default.nix b/pkgs/development/python-modules/breathe/default.nix
index bf53d330245..6e86235cf23 100644
--- a/pkgs/development/python-modules/breathe/default.nix
+++ b/pkgs/development/python-modules/breathe/default.nix
@@ -6,7 +6,7 @@ buildPythonPackage rec {
 
   src = fetchurl {
     url = "mirror://pypi/b/breathe/${name}.tar.gz";
-    md5 = "e35f6ce54485663857129370047f6057";
+    sha256 = "0m3w8yx24nm01xxx6aj08cklnifwlzzmczc5b0ni40l63lhvm3lp";
   };
 
   propagatedBuildInputs = [ docutils six sphinx ];