1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.bundlewrap: 4.19.0 -> 4.20.0 (#333134)

This commit is contained in:
Weijia Wang 2024-09-11 16:04:18 +02:00 committed by GitHub
commit 48c01ad1c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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