tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.bundlewrap: 4.21.0 -> 4.22.0
R. Ryantm
1 year ago
2de40c60
b64ec194
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
bundlewrap
default.nix
+2
-2
pkgs/development/python-modules/bundlewrap/default.nix
reviewed
···
18
18
19
19
buildPythonPackage rec {
20
20
pname = "bundlewrap";
21
21
-
version = "4.21.0";
21
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
30
-
hash = "sha256-e9gpWLOiTUZYIybLIfcR5x/NzhJSBFsU0I8LzY9sI5k=";
30
30
+
hash = "sha256-F3Ipoep9ZmAqkh8mFLXpaEcYb4dpV9Dt/VgMa9X24Hw=";
31
31
};
32
32
33
33
build-system = [ setuptools ];