1
0
forked from rosa/hakurei

internal/rosa/package/python: vcs-versioning 1.1.1 to 2.1.1

The environment variable changed for this package only, did not appear to affect other packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-24 06:09:42 +09:00
parent 9fbcd0daf2
commit 20354c0411
+3 -3
View File
@@ -124,15 +124,15 @@ package python-vcs-versioning {
website = "https://setuptools-scm.readthedocs.io/en/latest";
anitya = 389421;
version# = "1.1.1";
version# = "2.1.1";
source = remoteGitHub {
suffix = "pypa/setuptools-scm";
tag = "vcs-versioning-v"+version;
checksum = "rXZixTsZcRcIoUC1LvWrjySsiXSv5uhW6ng2P-yXZrbdj7FrSrDeJLCfC2b-ladV";
checksum = "9QRY65iBhyohRC0xPJeq4KUalL-a7p3qTPeD7Y7l6O4qMfvq0psg0X-bb4WPqdGW";
};
env = [
"SETUPTOOLS_SCM_PRETEND_VERSION=" + version,
"VCS_VERSIONING_PRETEND_VERSION=" + version,
];
exec = pip {