python3Packages.dlms-cosem: fix version in setup.py
This commit is contained in:
@@ -25,6 +25,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-ZsF+GUVG9bZNZE5daROQJIZZgqpjAkB/bFyre2oGu+E=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace-fail 'VERSION = "24.1.0"' 'VERSION = "${version}"'
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user