Merge pull request #145923 from r-ryantm/auto-update/python38Packages.bracex

python38Packages.bracex: 2.2 -> 2.2.1

authored by Fabian Affolter and committed by GitHub 3c69ccfb bcb35e84

+2 -2
+2 -2
pkgs/development/python-modules/bracex/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "bracex"; 5 - version = "2.2"; 5 + version = "2.2.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "8230f3a03f1f76c192a7844377124300fbaec83870a728b629dfabd9be9e83d0"; 9 + sha256 = "1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21"; 10 10 }; 11 11 12 12 checkInputs = [ pytestCheckHook ];