From b8115c2d0394a73a6e28aa4929bd43494ff5c604 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 8 Aug 2024 02:15:37 +0000 Subject: [PATCH] python312Packages.bundlewrap: 4.19.0 -> 4.20.0 --- pkgs/development/python-modules/bundlewrap/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/bundlewrap/default.nix b/pkgs/development/python-modules/bundlewrap/default.nix index 35790227d5e5..1a1f03dea288 100644 --- a/pkgs/development/python-modules/bundlewrap/default.nix +++ b/pkgs/development/python-modules/bundlewrap/default.nix @@ -18,8 +18,8 @@ buildPythonPackage rec { pname = "bundlewrap"; - version = "4.19.0"; - format = "setuptools"; + version = "4.20.0"; + pyproject = true; disabled = pythonOlder "3.8"; @@ -27,11 +27,11 @@ buildPythonPackage rec { owner = "bundlewrap"; repo = "bundlewrap"; rev = "refs/tags/${version}"; - hash = "sha256-sNdtJRpP54xlkYis4whoGiJJ/Tjnrs4TW6EO3eAMBAo="; + hash = "sha256-GoMOEPZb7efFoZn7D2y1XO4XtP9z+1EmakLvSxcCT8I="; }; - nativeBuildInputs = [ setuptools ]; - propagatedBuildInputs = [ + build-system = [ setuptools ]; + dependencies = [ setuptools cryptography jinja2