Merge pull request #251260 from r-ryantm/auto-update/python310Packages.boxx

python310Packages.boxx: 0.10.9 -> 0.10.10

authored by

OTABI Tomoya and committed by
GitHub
78772d9b 346dd7dc

+2 -2
+2 -2
pkgs/development/python-modules/boxx/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "boxx"; 22 - version = "0.10.9"; 22 + version = "0.10.10"; 23 23 format = "setuptools"; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-fWOGKDk7eJVlE9LMau3DZF8nFLUrmHpunAXdqLxHFHk="; 29 + hash = "sha256-7A5qFpISrjVrqQfKk6BPb7RhDWd9f90eF3bku+LsCcc="; 30 30 }; 31 31 32 32 propagatedBuildInputs = [