python3Packages.yapsy: 1.12.2-unstable-2023-03-29 -> 1.12.2-unstable-2023-03-28 (not a downgrade) (#445673)

This commit is contained in:
Wolfgang Walther
2025-09-25 09:56:13 +00:00
committed by GitHub
@@ -4,11 +4,12 @@
fetchFromGitHub,
setuptools,
pytestCheckHook,
unstableGitUpdater,
}:
buildPythonPackage rec {
pname = "yapsy";
version = "1.12.2-unstable-2023-03-29";
version = "1.12.2-unstable-2023-03-28";
pyproject = true;
src = fetchFromGitHub {
@@ -26,6 +27,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "yapsy" ];
passthru.updateScript = unstableGitUpdater {
tagPrefix = "release_Yapsy-";
};
meta = with lib; {
homepage = "https://yapsy.sourceforge.net/";
description = "Yet another plugin system";