25 version = "unstable-2023-08-13";
28 src = fetchFromGitHub {
31 rev = "09ff0e2b433b7143d5b40b4494744569b805e554";
32 hash = "sha256-7IwIovGR0GcS1bidSqoytmombK6NkLSVAfKB2teW2JU=";
36 substituteInPlace setup.py --replace 'smpp.pdu @ git+https://github.com/hologram-io/smpp.pdu' 'smpp.pdu'
43 propagatedBuildInputs = [
64 pythonImportsCheck = [ "pySim" ];
67 description = "A python tool to program SIMs / USIMs / ISIMs.";
68 homepage = "https://github.com/osmocom/pysim";
69 license = licenses.gpl2;
70 maintainers = with maintainers; [ flokli janik ];