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

python38Packages.bracex: 2.2 -> 2.2.1
This commit is contained in:
Fabian Affolter 2021-11-14 16:52:59 +01:00 committed by GitHub
commit 3c69ccfb2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];