python310Packages.beartype: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2023-01-20 20:58:56 +00:00
parent f46ee73ba6
commit a20c3c53ea

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "beartype";
version = "0.11.0";
version = "0.12.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-OFS1Dqqpi7iUkL5X5zxpx3eg8wRXTnBDrH2pisanNaY=";
hash = "sha256-O3VFs/MzprBwQraLECFBVUya3S6Xnat7D47WN49699c=";
};
checkInputs = [