3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #227532 from r-ryantm/auto-update/python310Packages.beartype

python310Packages.beartype: 0.12.0 -> 0.13.1
This commit is contained in:
Mario Rodas 2023-04-22 09:36:20 -05:00 committed by GitHub
commit 85e153dfa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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