From fc60e411d787f598495c9f3eeae345331e91c5fe Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Mon, 28 Nov 2022 09:23:22 +0100 Subject: [PATCH] bundlewrap: 4.15.0 -> 4.16.0 (cherry picked from commit f92cb29575b1a9efb0805a10e1161e0d413d4a23) --- pkgs/development/python-modules/bundlewrap/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bundlewrap/default.nix b/pkgs/development/python-modules/bundlewrap/default.nix index 9886a53eb3dc..e4eae0d3fe75 100644 --- a/pkgs/development/python-modules/bundlewrap/default.nix +++ b/pkgs/development/python-modules/bundlewrap/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "bundlewrap"; - version = "4.15.0"; + version = "4.16.0"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "bundlewrap"; repo = "bundlewrap"; rev = version; - sha256 = "sha256-O31lh43VyaFnd/IUkx44wsgxkWubZKzjsKXzHwcGox0"; + sha256 = "sha256-y7h43D/SeXmMm0Fxi3hOOfXgDlmeoca11HOhGeJffRA="; }; nativeBuildInputs = [ setuptools ];