Merge pull request #300786 from r-ryantm/auto-update/python311Packages.boltons

python311Packages.boltons: 23.0.0 -> 24.0.0
This commit is contained in:
Weijia Wang 2024-04-08 00:46:49 +02:00 committed by GitHub
commit 73060c3366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "boltons";
version = "23.0.0";
version = "24.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "mahmoud";
repo = "boltons";
rev = "refs/tags/${version}";
hash = "sha256-NqlCu0W/BQkLiaLYs9DB1RrEya6KGPfNtpAzKXxoRD0=";
hash = "sha256-Ie5CPT2u/2/hAIhDzXT6CPzJwmbgt3B6q3oxqKYb27o=";
};
nativeCheckInputs = [