Merge pull request #169781 from r-ryantm/auto-update/python3.10-eagle100

python310Packages.eagle100: 0.1.0 -> 0.1.1
This commit is contained in:
Fabian Affolter 2022-04-22 16:59:34 +02:00 committed by GitHub
commit d0f6e37924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "eagle100";
version = "0.1.0";
version = "0.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-i9ZvbjxSENJlQ+9sqWnIl1fL6tVbG3E/IUhe7b59sBk=";
hash = "sha256-eyYY1x8IjIfUx5OiaOomiWunsO1++seFwXlI/iKDDLw=";
};
propagatedBuildInputs = [