python312Packages.pymeeus: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 19:04:53 +01:00
parent ccab9e2120
commit e1f82f7511

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, pytest }:
buildPythonPackage rec {
pname = "PyMeeus";
pname = "pymeeus";
version = "0.5.12";
src = fetchPypi {
inherit pname version;
pname = "PyMeeus";
inherit version;
hash = "sha256-VI9xhr2LlsvAac9kmo6ON33OSax0SGcJhJ/mOpnK1oQ=";
};