Merge pull request #191101 from r-ryantm/auto-update/python310Packages.jwcrypto

python310Packages.jwcrypto: 1.3.1 -> 1.4.2
This commit is contained in:
Mario Rodas 2022-09-17 10:42:05 -05:00 committed by GitHub
commit 05ad04a27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "jwcrypto";
version = "1.3.1";
version = "1.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VLVRsRX/tNErHx7pO4uipxu4VWuj2F1i9wdUlhPah3w=";
hash = "sha256-gKNentGzssQ84D2SxdSObQtmR+KqJhjkljRIkj14o3s=";
};
propagatedBuildInputs = [