From 5e9ca7fac03e267de3c126db5c8bd9efca65088e Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 27 Aug 2025 16:34:42 +0100 Subject: [PATCH] python3Packages.craft-archives: 2.1.0 -> 2.2.0 --- pkgs/development/python-modules/craft-archives/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/craft-archives/default.nix b/pkgs/development/python-modules/craft-archives/default.nix index 4c4242cca658..f48aa94ae967 100644 --- a/pkgs/development/python-modules/craft-archives/default.nix +++ b/pkgs/development/python-modules/craft-archives/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "craft-archives"; - version = "2.1.0"; + version = "2.2.0"; pyproject = true; @@ -26,15 +26,12 @@ buildPythonPackage rec { owner = "canonical"; repo = "craft-archives"; tag = version; - hash = "sha256-VjGoAsmdYyoU7ngU69HVNauEk2/vbcEz2tMCTmjheF4="; + hash = "sha256-NXMBaY4sZT47Qi3XS5yuiXJEMKENghiXkLXnXHHYpRI="; }; postPatch = '' substituteInPlace craft_archives/__init__.py \ --replace-fail "dev" "${version}" - - substituteInPlace pyproject.toml \ - --replace-fail "setuptools==67.7.2" "setuptools" ''; pythonRelaxDeps = [