python313Packages.turrishw: fix changelog entry (#408859)

This commit is contained in:
Fabian Affolter
2025-05-20 08:36:28 +02:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
hatchling,
@@ -25,12 +26,15 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
# Tests don't work on darwin
doCheck = !stdenv.hostPlatform.isDarwin;
pythonImportsCheck = [ "turrishw" ];
meta = {
description = "Python library and program for Turris hardware listing";
homepage = "https://github.com/turris-cz/turrishw";
changelog = "https://github.com/turris-cz/turrishw/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/turris-cz/turrishw/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};