mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.iometer: 1.0.1 -> 1.0.2
https://github.com/iometer-gmbh/iometer.py/releases/tag/v1.0.2
This commit is contained in:
parent
f1aa936fdc
commit
b717ae01fc
1 changed files with 3 additions and 3 deletions
|
|
@ -13,14 +13,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "iometer";
|
||||
version = "1.0.1";
|
||||
version = "1.0.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iometer-gmbh";
|
||||
repo = "iometer.py";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-ksf/nZHv4/JRHo5OrFp6lgPF62DD37ELFfUVkL+TDEo=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-50tq+z1+8CX58Yj6GztYXStHMG+IncOHDgwK8WhxVcQ=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue