python312Packages.bundlewrap: 4.21.0 -> 4.22.0

This commit is contained in:
R. Ryantm
2025-03-20 12:34:18 +00:00
parent b64ec1944e
commit 2de40c6064
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bundlewrap";
version = "4.21.0";
version = "4.22.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "bundlewrap";
repo = "bundlewrap";
tag = version;
hash = "sha256-e9gpWLOiTUZYIybLIfcR5x/NzhJSBFsU0I8LzY9sI5k=";
hash = "sha256-F3Ipoep9ZmAqkh8mFLXpaEcYb4dpV9Dt/VgMa9X24Hw=";
};
build-system = [ setuptools ];