Revert "python3Packages.starsessions: 2.2.1 -> .2.2.0"

This reverts commit 9ff5dc67fa.

Since recently, additional python metadata validation was enabled,
exposing this mistake as:

packaging.version.InvalidVersion: Invalid version: '.2.2.0'

(cherry picked from commit 00d4b4e573)
This commit is contained in:
Ihar Hrachyshka
2026-07-22 19:54:29 -04:00
committed by github-actions[bot]
parent 2e0592b407
commit 02ebdf8339

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "starsessions";
version = ".2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "alex-oleshkevich";
repo = "starsessions";
tag = "v${version}";
hash = "sha256-CR8eMyYyr+iFf2l1QE0N762LdkxemOayn/s++mBZRqA=";
hash = "sha256-JI044sn6LQI37PvSLdz2dooa3v5qdHmp6DZD0p7VzJU=";
};
build-system = [ poetry-core ];