python310Packages.easyprocess: Normalize attribute and pname

This commit is contained in:
Martin Weinelt
2023-02-19 21:35:59 +01:00
parent 225dbad50b
commit 6325bb1019
5 changed files with 9 additions and 7 deletions
@@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "EasyProcess";
pname = "easyprocess";
version = "1.1";
src = fetchPypi {
inherit pname version;
pname = "EasyProcess";
inherit version;
sha256 = "sha256-iFiYMCpXqrlIlz6LXTKkIpOSufstmGqx1P/VkOW6kOw=";
};