python3Packages.confection: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2026-03-28 08:14:10 +00:00
parent 687fa2001f
commit 43dba2b44e
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "confection";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "explosion";
repo = "confection";
tag = "release-v${finalAttrs.version}";
hash = "sha256-14e2aOE9HyqrLE6i8ljA81pi7PYdQL+AReo/HPzOwck=";
hash = "sha256-64QwxK0Rl67n5vb/CuRJw/42A/SE9/Q5gtqITggYqhg=";
};
build-system = [