Merge pull request #297035 from Stunkymonkey/python-pyzufall-normalize

python312Packages.pyzufall: normalize pname
This commit is contained in:
davidak 2024-03-21 22:37:35 +01:00 committed by GitHub
commit 477a8ad432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,12 @@
{ lib, fetchPypi, python, buildPythonPackage, nose, future, coverage }:
buildPythonPackage rec {
pname = "PyZufall";
pname = "pyzufall";
version = "0.13.2";
src = fetchPypi {
inherit pname version;
pname = "PyZufall";
inherit version;
sha256 = "1jffhi20m82fdf78bjhncbdxkfzcskrlipxlrqq9741xdvrn14b5";
};