From 8327baf661a4e8905dbf1a7e997e73051438f7f0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 23 Mar 2026 21:42:52 +0000 Subject: [PATCH] python3Packages.confection: 1.2.2 -> 1.3.2 Changelog: https://github.com/explosion/confection/releases/tag/1.3.2 --- pkgs/development/python-modules/confection/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/confection/default.nix b/pkgs/development/python-modules/confection/default.nix index 14dc49f4b260..b1d01a453869 100644 --- a/pkgs/development/python-modules/confection/default.nix +++ b/pkgs/development/python-modules/confection/default.nix @@ -19,14 +19,14 @@ buildPythonPackage (finalAttrs: { pname = "confection"; - version = "1.2.2"; + version = "1.3.2"; pyproject = true; src = fetchFromGitHub { owner = "explosion"; repo = "confection"; tag = "release-v${finalAttrs.version}"; - hash = "sha256-C7TAfr7Xq4C+JJI7/XWX1mTf2IvvOQT+q/nnGojhbFU="; + hash = "sha256-14e2aOE9HyqrLE6i8ljA81pi7PYdQL+AReo/HPzOwck="; }; build-system = [