python313Packages.iometer: 0.1.0 -> 0.2.0
Diff: https://github.com/iometer-gmbh/iometer.py/compare/v0.1.0...v0.2.0 Changelog: https://github.com/iometer-gmbh/iometer.py/releases/tag/v0.2.0
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "iometer";
|
pname = "iometer";
|
||||||
version = "0.1.0";
|
version = "0.2.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "iometer-gmbh";
|
owner = "iometer-gmbh";
|
||||||
repo = "iometer.py";
|
repo = "iometer.py";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-+Ox9FlS2mswCt2jaJfKuvt21byjUrnCYp3vcv1D83Rs=";
|
hash = "sha256-EKMbNAKhPRubLbCfvr93Lif2fhJ71eH2IByizG9RNZQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|||||||
Reference in New Issue
Block a user