Merge pull request #333517 from r-ryantm/auto-update/python312Packages.prefixed

python312Packages.prefixed: 0.7.1 -> 0.8.0
This commit is contained in:
Pol Dellaiera 2024-08-11 20:46:19 +02:00 committed by GitHub
commit 8b5ebdbc98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];