Merge pull request #296752 from Stunkymonkey/python-pyprind-normalize

python312Packages.pyprind: normalize pname
This commit is contained in:
Sandro 2024-03-25 21:36:04 +01:00 committed by GitHub
commit cb95024865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -3,11 +3,12 @@
, pytest }:
buildPythonPackage rec {
pname = "PyPrind";
pname = "pyprind";
version = "2.11.3";
src = fetchPypi {
inherit pname version;
pname = "PyPrind";
inherit version;
sha256 = "e37dcab6e1a9c8e0a7f0fce65fde7a79e2deda1c75aa015910a49e2137b54cbf";
};