Merge pull request #300464 from r-ryantm/auto-update/python311Packages.typeguard

python311Packages.typeguard: 4.1.5 -> 4.2.1
This commit is contained in:
Weijia Wang 2024-04-08 00:44:23 +02:00 committed by GitHub
commit 3a693bc50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "typeguard";
version = "4.1.5";
version = "4.2.1";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-6goRO7wRG8/8kHieuyFWJcljQR9wlqfpBi1ORjDBVf0=";
hash = "sha256-xVahuVlIIwUQBwylP6A0H7CWRhG9BdWY2H+1IRXWX+4=";
};
outputs = [