python39Packages.beartype: 0.10.2 -> 0.10.4

This commit is contained in:
R. Ryantm 2022-03-19 01:23:28 +00:00
parent 7958394022
commit 8f960baea8

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "beartype";
version = "0.10.2";
version = "0.10.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Lo1AUxj+QR7N2Tdif58zGBMSp5Pr0jmz2nacRDnLS5g=";
hash = "sha256-JOxp9qf05ul69APQjeJw3vMkhRgGAycJXSOxxN9kvyo=";
};
checkInputs = [