Merge pull request #281337 from fabaff/service-identity-bump

python311Packages.service-identity: 23.1.0 -> 24.1.0
This commit is contained in:
Martin Weinelt
2024-03-01 11:55:56 +01:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "service-identity";
version = "23.1.0";
version = "24.1.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pyca";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PGDtsDgRwh7GuuM4OuExiy8L4i3Foo+OD0wMrndPkvo=";
hash = "sha256-ibi9hls/VnVePv4fF2CyxI22P1RX6QpCwyeENWVPkx4=";
};
nativeBuildInputs = [