python312Packages.prefixed: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-08-09 19:30:07 +00:00
parent 410777e6e8
commit 5c6f8d7365

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "prefixed";
version = "0.7.1";
version = "0.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0QrJCs/EzBTYLBQIszCy/ahe187CIGqADUOJn4w4UmU=";
hash = "sha256-E1uT1NGKLKSSQ8xbYvegKWl1nhcBNc0BIXWfSmZs02k=";
};
nativeCheckInputs = [ pytestCheckHook ];