python38Packages.bracex: 2.2 -> 2.2.1

This commit is contained in:
R. Ryantm 2021-11-14 12:08:36 +00:00
parent a6b0f5af47
commit 01e481e621

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bracex";
version = "2.2";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "8230f3a03f1f76c192a7844377124300fbaec83870a728b629dfabd9be9e83d0";
sha256 = "1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21";
};
checkInputs = [ pytestCheckHook ];