From bb568b27f2fec691ea14c618573f5b7861bc3a55 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 May 2026 11:17:25 +0200 Subject: [PATCH] python3Packages.securesystemslib: 1.3.1 -> 1.4.0 Changelog: https://github.com/secure-systems-lab/securesystemslib/blob/v1.4.0/CHANGELOG.md --- .../development/python-modules/securesystemslib/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/securesystemslib/default.nix b/pkgs/development/python-modules/securesystemslib/default.nix index 8d4b76915755..6991bc3b5dfb 100644 --- a/pkgs/development/python-modules/securesystemslib/default.nix +++ b/pkgs/development/python-modules/securesystemslib/default.nix @@ -30,19 +30,19 @@ buildPythonPackage (finalAttrs: { pname = "securesystemslib"; - version = "1.3.1"; + version = "1.4.0"; pyproject = true; src = fetchFromGitHub { owner = "secure-systems-lab"; repo = "securesystemslib"; tag = "v${finalAttrs.version}"; - hash = "sha256-ERFRLNHD3OhbMEGBEnDLkRYGv4f+bYg9MStS5IarcPA="; + hash = "sha256-XOE690DKeAMP2KycW+fdYs/KGWqwZCZz/9PiAa6tJbw="; }; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail '"hatchling==1.27.0"' '"hatchling"' + --replace-fail '"hatchling==1.29.0"' '"hatchling"' ''; build-system = [ hatchling ];