Merge pull request #296678 from Stunkymonkey/python-pycontracts-normalize

python312Packages.pycontracts: normalize pname
This commit is contained in:
Felix Bühler 2024-03-17 21:27:49 +01:00 committed by GitHub
commit f2962cb5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};