python313Packages.ohme: 1.5.2 -> 1.6.0

Diff: https://github.com/dan-r/ohmepy/compare/v1.5.2...v1.6.0

Changelog: https://github.com/dan-r/ohmepy/releases/tag/v1.6.0
This commit is contained in:
Fabian Affolter
2025-11-21 15:30:11 -08:00
committed by Robert Schütz
parent 17a4dd8cd1
commit 68b1d15aee
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ohme";
version = "1.5.2";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dan-r";
repo = "ohmepy";
tag = "v${version}";
hash = "sha256-r3pu+HAQc8hXF2aMuWuE151Lz4rbrVti8YBrm4CS8z4=";
hash = "sha256-nMYtlJzSy7ymQeNKHR0d6gBfx3vBMk8nf6sJk2/FQLE=";
};
build-system = [ setuptools ];