python3Packages.pysml: 0.0.5 -> 0.0.7

and migrate to pyproject and poetry-core.
This commit is contained in:
Martin Weinelt 2022-02-02 21:11:25 +01:00
parent 7154c48956
commit db4a4d52a8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,20 +3,26 @@
, bitstring
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, pyserial-asyncio
}:
buildPythonPackage rec {
pname = "pysml";
version = "0.0.5";
version = "0.0.7";
format = "pyproject";
src = fetchFromGitHub {
owner = "mtdcr";
repo = pname;
rev = version;
sha256 = "05zgrk49b2y5jflxnjww2kqg1flynl3j4ifm0jr28nk0li5wg2bs";
sha256 = "sha256-h8rQOKZozioZ7HmPETC5wBJyz7rMH1Q2wL6lF8G3zQU=";
};
nativeBuildInputs = [
poetry-core
];
propagatedBuildInputs = [
async-timeout
bitstring