python312Packages.boltons: 24.0.0 -> 24.1.0 (#353260)

This commit is contained in:
OTABI Tomoya 2024-11-24 09:06:12 +09:00 committed by GitHub
commit 12b229e711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "boltons";
version = "24.0.0";
version = "24.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mahmoud";
repo = "boltons";
rev = "refs/tags/${version}";
hash = "sha256-Ie5CPT2u/2/hAIhDzXT6CPzJwmbgt3B6q3oxqKYb27o=";
hash = "sha256-rKBuqJ4EAm0OH97oeGOgcTcMWsloyU2u/PaBEKhm8dA=";
};
nativeCheckInputs = [ pytestCheckHook ];