python310Packages.exceptiongroup: 1.0.0rc2 -> 1.0.0rc5

This commit is contained in:
Fabian Affolter 2022-05-03 22:48:10 +02:00
parent cbe587c735
commit 4fc3c441e9

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "exceptiongroup";
version = "1.0.0rc2";
version = "1.0.0rc5";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TSVLBSMb7R1DB5vc/g8dZsCrR4Pmd3oyk1X5t43jrYM=";
hash = "sha256-ZlQiVQuWU6zUbpzTXZM/KMUVjKTAWMU2Gc+hEpFc1p4=";
};
nativeBuildInputs = [