Merge pull request #173951 from r-ryantm/auto-update/python3.10-jwcrypto

python310Packages.jwcrypto: 1.3 -> 1.3.1
This commit is contained in:
Fabian Affolter 2022-05-22 10:38:12 +02:00 committed by GitHub
commit d24c5a32ae
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";
version = "1.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DWRhuhP3wnHYusUBjuYN28rl/zlAP6+kI3X1fQjjmLs=";
hash = "sha256-VLVRsRX/tNErHx7pO4uipxu4VWuj2F1i9wdUlhPah3w=";
};
propagatedBuildInputs = [