python311Packages.jwcrypto: 1.5.5 -> 1.5.6

This commit is contained in:
R. Ryantm 2024-03-09 03:55:57 +00:00
parent 2be8f78d23
commit f9139f8caf

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "jwcrypto";
version = "1.5.5";
version = "1.5.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-WefV5FidGwcXDzaOIMMusyoCORGAapcjsfQ6DYswKNY=";
hash = "sha256-dxqHdioMCBrmFmlYqVT4CEiCCyqwZpN9yLg3nWWxsDk=";
};
nativeBuildInputs = [