python3Packages.josepy: 2.1.0 -> 2.2.0

Diff: https://github.com/certbot/josepy/compare/v2.1.0...v2.2.0

Changelog: https://github.com/certbot/josepy/blob/v2.2.0/CHANGELOG.rst
This commit is contained in:
Robert Schütz
2025-10-14 11:52:40 -07:00
parent 798c30d1e2
commit 6f89f03499

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "josepy"; pname = "josepy";
version = "2.1.0"; version = "2.2.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "certbot"; owner = "certbot";
repo = "josepy"; repo = "josepy";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-gXXsipvlxLs/dc0rjnaKlR4lySDfDfpo0tcSVrOz9P4="; hash = "sha256-3YzcXdzwf5elkEJeCn4wBb987HTrYM5tT2XfOQIpZ9Q=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];