python311Packages.service-identity: 23.1.0 -> 24.1.0

Diff: https://github.com/pyca/service-identity/compare/refs/tags/23.1.0...24.1.0

Changelog: https://github.com/pyca/service-identity/releases/tag/24.1.0
This commit is contained in:
Fabian Affolter
2024-02-20 09:49:04 +01:00
parent f33dd27a47
commit 4dad448bfb
@@ -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 = [