Merge pull request #296511 from Stunkymonkey/python-delorean-normalize

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

View File

@ -9,12 +9,13 @@
}:
buildPythonPackage rec {
pname = "Delorean";
pname = "delorean";
version = "1.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
pname = "Delorean";
inherit version;
hash = "sha256-/md4bhIzhSOEi+xViKZYxNQl4S1T61HP74cL7I9XYTQ=";
};