nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.bundlewrap: 4.21.0 -> 4.22.0

+2 -2
+2 -2
pkgs/development/python-modules/bundlewrap/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "bundlewrap"; 21 - version = "4.21.0"; 21 + version = "4.22.0"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.8"; ··· 27 27 owner = "bundlewrap"; 28 28 repo = "bundlewrap"; 29 29 tag = version; 30 - hash = "sha256-e9gpWLOiTUZYIybLIfcR5x/NzhJSBFsU0I8LzY9sI5k="; 30 + hash = "sha256-F3Ipoep9ZmAqkh8mFLXpaEcYb4dpV9Dt/VgMa9X24Hw="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];