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

python310Packages.jwcrypto: 1.0 -> 1.2
This commit is contained in:
Mario Rodas 2022-05-02 04:02:30 -05:00 committed by GitHub
commit 7cbd261802
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "jwcrypto";
version = "1.0";
version = "1.2";
src = fetchPypi {
inherit pname version;
sha256 = "f88816eb0a41b8f006af978ced5f171f33782525006cdb055b536a40f4d46ac9";
sha256 = "sha256-7fQwkyFyHlFhzvzN1ksEUJ4Dkk/q894IW0d4B2WYmuM=";
};
propagatedBuildInputs = [