python311Packages.aspy-yaml: normalize folder & pname

This commit is contained in:
Felix Buehler 2024-04-19 21:19:23 +02:00
parent f9538248e6
commit 08e76d601b
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
{ lib, buildPythonPackage, fetchPypi, pyyaml }:
buildPythonPackage rec {
pname = "aspy.yaml";
pname = "aspy-yaml";
version = "1.3.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
pname = "aspy.yaml";
inherit version;
sha256 = "0i9z2jm2hjwdxdv4vw4kbs70h2ciz49rv8w73zbawb7z5qw45iz7";
};

View File

@ -815,7 +815,7 @@ self: super: with self; {
aspy-refactor-imports = callPackage ../development/python-modules/aspy-refactor-imports { };
aspy-yaml = callPackage ../development/python-modules/aspy.yaml { };
aspy-yaml = callPackage ../development/python-modules/aspy-yaml { };
assay = callPackage ../development/python-modules/assay { };