solc-select 1.0.2 -> 1.0.3 https://github.com/crytic/solc-select/releases attrpath: solc-select Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , packaging , pycryptodome }: buildPythonPackage rec { pname = "solc-select"; version = "1.0.3"; src = fetchPypi { inherit pname version; sha256 = "sha256-850IA1NVvQ4KiH5KEIjqEKFd1k5ECMx/zXLZE7Rvx5k="; }; propagatedBuildInputs = [ packaging pycryptodome ]; # no tests doCheck = false; pythonImportsCheck = [ "solc_select" ]; meta = with lib; { description = "Manage and switch between Solidity compiler versions"; homepage = "https://github.com/crytic/solc-select"; license = licenses.agpl3Plus; maintainers = with maintainers; [ arturcygan ]; }; }