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

python312Packages.prefixed: 0.7.0 -> 0.7.1
This commit is contained in:
Nick Cao 2024-04-20 07:36:22 -04:00 committed by GitHub
commit f020635276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [