Merge pull request #296678 from Stunkymonkey/python-pycontracts-normalize
python312Packages.pycontracts: normalize pname
This commit is contained in:
commit
f2962cb5ff
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
|||
, nose, pyparsing, decorator, six, future }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "PyContracts";
|
||||
pname = "pycontracts";
|
||||
version = "1.8.14";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PyContracts";
|
||||
inherit version;
|
||||
sha256 = "03q5m595ysjrc9h57m7prrca6b9l4yrzvdijnzxnhd61p7jzbh49";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue