python3Packages.yapsy: 1.12.2-unstable-2023-03-29 -> 1.12.2-unstable-2023-03-28

Actually the same version as before, it just uses the committer's time zone for
consistency with the scripts.

Speaking of scripts, I set passthru.updateScript.
This should stop spurious r-ryantm PRs.

Closes: #436561
This commit is contained in:
Michael Daniels
2025-09-23 20:34:19 -04:00
parent a28e915dac
commit 6010a7a6a9
@@ -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";