python-jose: 3.0.1 -> 3.1.0

This commit is contained in:
Jörg Thalheim 2020-03-18 17:03:11 +00:00
parent 63749d8a18
commit c646a56802
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "python-jose";
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "mpdavis";
repo = "python-jose";
rev = version;
sha256 = "1ahq4m86z504bnlk9z473r7r3dprg5m39900rld797hbczdhqa4f";
sha256 = "1gnn0zy03pywj65ammy3sd07knzhjv8n5jhx1ir9bikgra9v0iqh";
};
checkInputs = [