python313Packages.ohme: modernize

This commit is contained in:
Fabian Affolter
2025-11-21 15:30:11 -08:00
committed by Robert Schütz
parent 68b1d15aee
commit 18ba260eec
@@ -3,7 +3,6 @@
aiohttp,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
}:
@@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "dan-r";
repo = "ohmepy";
@@ -33,7 +30,7 @@ buildPythonPackage rec {
meta = {
description = "Module for interacting with the Ohme API";
homepage = "https://github.com/dan-r/ohmepy";
changelog = "https://github.com/dan-r/ohmepy/releases/tag/v${version}";
changelog = "https://github.com/dan-r/ohmepy/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};