python313Packages.iometer: 0.1.0 -> 0.2.0 (#450754)

This commit is contained in:
dotlambda
2025-10-10 19:05:34 +00:00
committed by GitHub

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "iometer";
version = "0.1.0";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "iometer-gmbh";
repo = "iometer.py";
tag = "v${version}";
hash = "sha256-+Ox9FlS2mswCt2jaJfKuvt21byjUrnCYp3vcv1D83Rs=";
hash = "sha256-EKMbNAKhPRubLbCfvr93Lif2fhJ71eH2IByizG9RNZQ=";
};
build-system = [ poetry-core ];