python311Packages.boltons: 23.0.0 -> 24.0.0

This commit is contained in:
R. Ryantm 2024-04-01 19:25:59 +00:00
parent f06c02ce7c
commit fd9e83a565
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 = [