python310Packages.jwcrypto: 1.3.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2022-09-17 04:22:04 +00:00
parent d9a1414346
commit a9133913e4

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 = [