python312Packages.prefixed: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2024-04-20 03:30:56 +00:00
parent c6d6ab9c08
commit fbb99f0735
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "prefixed";
version = "0.7.0";
version = "0.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-C1TRXmAuuK9Kwxsdsho36pXOWJDgdBuw3Z3tSTzvu+k=";
hash = "sha256-0QrJCs/EzBTYLBQIszCy/ahe187CIGqADUOJn4w4UmU=";
};
nativeCheckInputs = [