python3Packages.python-openems: unstable-2020-02-18 -> v0.0.36

This commit is contained in:
Larry May
2023-12-04 16:15:10 -05:00
parent 3081bc2fc2
commit 1ee4fe3496
@@ -12,14 +12,9 @@
buildPythonPackage rec {
pname = "python-openems";
version = "unstable-2020-02-15";
version = openems.version;
src = fetchFromGitHub {
owner = "thliebig";
repo = "openEMS";
rev = "ba793ac84e2f78f254d6d690bb5a4c626326bbfd";
sha256 = "1dca6b6ccy771irxzsj075zvpa3dlzv4mjb8xyg9d889dqlgyl45";
};
src = openems.src;
sourceRoot = "${src.name}/python";