python3Packages.ohme: 1.5.1 -> 1.5.2

https://github.com/dan-r/ohmepy/releases/tag/v1.5.2
This commit is contained in:
Martin Weinelt
2025-09-06 01:30:57 +02:00
parent e08fc596f2
commit 8f3b23c16a

View File

@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ohme";
version = "1.5.1";
version = "1.5.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dan-r";
repo = "ohmepy";
tag = "v${version}";
hash = "sha256-71uehQEiTTvcBPoNLNYvsE1vgp4vn3AZgGQCYrxtuYs=";
hash = "sha256-r3pu+HAQc8hXF2aMuWuE151Lz4rbrVti8YBrm4CS8z4=";
};
build-system = [ setuptools ];