Merge pull request #286845 from r-ryantm/auto-update/python311Packages.pcbnew-transition

python311Packages.pcbnew-transition: 0.3.4 -> 0.4.0
This commit is contained in:
h7x4 2024-02-09 22:49:40 +01:00 committed by GitHub
commit 47c70b09b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "pcbnewTransition";
version = "0.3.4";
version = "0.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3CJUG1kd63Lg0r9HpJRIvttHS5s2EuZRoxeXrqsJ/kQ=";
hash = "sha256-M4r6IeARVZq+KO7Q0tbHFD/BMeLN6vmuxfnstmMPgdg=";
};
propagatedBuildInputs = [