python310Packages.breathe: 4.32.0 -> 4.33.1

main
R. Ryantm 2 years ago
parent a31699dce9
commit 6d569a7b25
  1. 4
      pkgs/development/python-modules/breathe/default.nix

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "breathe";
version = "4.32.0";
version = "4.33.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "michaeljones";
repo = pname;
rev = "v${version}";
hash = "sha256-U85iLVS6bmA2Ty0AC4z2qODy9u4rWg6Nb42/k2Ix+kk=";
hash = "sha256-S4wxlxluRjwlRGCa5Os/J3EpdekI/CEPMWw6j/wlZbw=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save